Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Overview

Removes a file from remote environment

boolean myFiles.Remove(options: FileTransferOptions)

Arguments

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 }

  • No labels