Need help creating the FTP usage script for FTPPutFile using IP and port identification
....in other words "11.11.111.11 22" (IP + port)
FTPConfig "PORT", 22 FTPPutFile "11.11.111.11", "user", "password", ... files here ...
: Need help creating the FTP usage script for : FTPPutFile using IP and port identification
: ....in other words "11.11.111.11 22" (IP + port)
Which file and where you want to transfer? Did you read FTPPutFile topic in the online help. Did you check the Example?
: FTPConfig "PORT", 22 : FTPPutFile "11.11.111.11", "user", "password", : ... files here ...