Overrides FileTransfer::isFile
public function isFile($path) { return ftp_size($this->connection, $path) != -1; }