Invoke FTP Command
Invokes an FTP command
Last updated
Invokes an FTP command
Last updated
This activity invokes the given FTP command on the server.
FTP Session Id:IFtpSession Variable
Specifies the variable containing the previously opened FTP Connection you wish to close. You must have previously specified this variable in an Open FTP Connection action.\
FTP Command: String Argument
Specifies a FTP command or a variable containing the command, that you wish to run along with any arguments.
For example, you could run FTP commands like
FEAT
- command provides FTP clients with a mechanism of quickly determining what extended features the FTP server supports.
CHMOD
- used to change the access modes of a file.\
Result:String Variable
Stores the output of the FTP command in the specified String variable.