예제 #1
0
파일: File.php 프로젝트: gonzalo123/ftplib
 /**
  * Removes the file from the FTP server
  */
 public function delete()
 {
     $this->ftp->deleteFile($this->name);
 }