Overview
Removes a file from remote environmentboolean myFiles.Remove(options: FileTransferOptions)
Arguments
FileTransferOptions options
Instance of FileTransferOptions
Returns
True if file has removed, otherwise false.Types
FileTransferOptions
Options for file transfer operations.{
Password : string
Port : number
Protocol : string
RemoteHost : string
RemotePath : string
UserName : string
}