File Actions - FTP/HTTP (Internet)

This will perform one of several file-related actions:

·   FTP Upload: Parameter 1 is the “from” file on your system, Parameter 2 is the “to” file. The result is placed in the “[EXITCODE]” value. The host, user, and password fields are required.

·   FTP Download: Parameter 1 is the “from” file on the remote system, Parameter 2 is the “to” file. The result is placed in the “[EXITCODE]” value. The host, user, and password fields are required.

·   HTTP Download: Parameter 1 is the “from” file on the remote system, Parameter 2 is the “to” file. The result is placed in the “[EXITCODE]” value. The host field is required.

 

·   The results are placed in “values” that can be evaluated by the “If Value…” script command.

·   Wild cards can be used in filenames

·   You can insert values (see also “Set Value”) into any valid parameter.



Example: File Action: FTP Download ftp.microsoft.com index.html D:\[DATE].html