| << back to sysax.com Product page |
Files and folders can be copied using the ftpcopylocal command. The item identified by the source name is copied to the specified destination path. The ftpresult predefined status flag is set to the predefined constant success if the command completed successfully.
The syntax is
Some examples are
Exhibit 4.16. table title
ftpcopylocal "filelist.txt", "C:\\backup"; #copy a file ftpcopylocal "dw_folder", "C:\\backup"; #copy a folder |
Files and folders can be moved using the ftpmovelocal command. The item identified by the source name is moved to the specified destination path. The ftpresult predefined status flag is set to the predefined constant success if the command completed successfully.
The syntax is
Some examples are
Exhibit 4.18. table title
ftpmovelocal "dirlist.txt", "C:\\backup"; #move a file ftpmovelocal "ac_folder", "C:\\backup"; #move a folder |