ARCHIVEDIR Define Robo-FTP’s archive folder |
Top Previous Next |
This script command defines the folder to be used when the /archive option is used on the SENDFILE command.
Consider the following example.
;; archive "c:\Program Files\Robo-FTP\example.txt" after sending ARCHIVEDIR "c:\Program Files\Robo-FTP\archive" SENDFILE "example.txt" /archive
Related Command(s): MAKEDIR, SENDFILE, WORKINGDIR
|