Example #1
0
 /**
  * Removes the file from the FTP server
  */
 public function delete()
 {
     $this->ftp->deleteFile($this->name);
 }