Functions10 public, 2 private
Recursively delete the specified directory and its content. This function may throw exceptions. | |||
public | void | ftpDirectoryDelete | |
Handle or credentials for the FTP connection. | |||
required | any | ftpConnection | |
Directory on the remote machine to delete. | |||
required | string | directory | |
Downloads the specified directory and its content recursively. This function may throw exceptions. | |||
public | query | ftpDirectoryDownload | |
Handle or credentials for the FTP connection. | |||
required | any | ftpConnection | |
Directory on the remote machine to download from. | |||
required | string | directoryRemote | |
Directory on the local machine to download to. | |||
required | string | directoryLocal | |
struct | OPTIONS | {} | |
option | in seconds | timeout | 30 |
Renames the specified directory. This function may throw exceptions. | |||
public | void | ftpDirectoryRename | |
Handle or credentials for the FTP connection. | |||
required | any | ftpConnection | |
Present name of the directory. | |||
required | string | directoryOld | |
Desired name of the directory. | |||
required | string | directoryNew | |
Uploads the specified directory and its content recursively. This function may throw exceptions. | |||
public | query | ftpDirectoryUpload | |
Handle or credentials for the FTP connection. | |||
required | any | ftpConnection | |
Directory on the local machine to copy from. | |||
required | string | directoryLocal | |
Directory on the remote machine to copy to. | |||
required | string | directoryRemote | |
struct | OPTIONS | {} | |
Downloads the specified files. This function may throw exceptions. | |||
public | query | ftpDownloadFiles | |
Handle or credentials for the FTP connection. | |||
required | any | ftpConnection | |
Directory on the remote machine to download from. | |||
required | string | directoryRemote | |
Directory on the local machine to download to. | |||
required | string | directoryLocal | |
required | array | files | |
struct | OPTIONS | {} | |
Lists all contents of the specified directory. This function may throw exceptions. | |||
public | query | ftpListDirectory | |
required | any | ftpConnection | |
required | string | remoteDir | |
boolean | recurse | false | |
struct | OPTIONS | {} | |
option | in seconds | timeout | 30 |
public | any | ftpPrepareCredentials | |
required | array, struct, string | credentials | |
public | string | ftpFileRead | |
Handle or credentials for the FTP connection. | |||
required | any | ftpConnection | |
File on the remote machine to read. | |||
required | string | remoteFile | |
struct | OPTIONS | {} | |
option | in seconds | timeout | 30 |
public | binary | ftpFileReadBinary | |
Handle or credentials for the FTP connection. | |||
required | any | ftpConnection | |
File on the remote machine to read. | |||
required | string | remoteFile | |
struct | OPTIONS | {} | |
option | in seconds | timeout | 30 |
Uploads the specified files. This function may throw exceptions. | |||
public | query | ftpUploadFiles | |
Handle or credentials for the FTP connection. | |||
required | any | ftpConnection | |
Directory on the local machine to upload from. | |||
required | string | directoryLocal | |
Directory on the remote machine to upload to. | |||
required | string | directoryRemote | |
required | array | files | |
struct | OPTIONS | {} |