Exemple #1
0
 /**
  * Alias sur le connection FTP.
  *
  * @param null|array $c configuration FTP
  * @return \Bow\Support\Resource\Ftp\FTP
  */
 function ftp($c = null)
 {
     return Storage::ftp($c);
 }
Exemple #2
0
 public function testFTPIsFile()
 {
     $this->assertEquals(true, Storage::ftp()->isFile('data.txt'));
 }