ARCHIVEDIR        Define Robo-FTP’s archive folder

Top  Previous  Next

Syntax:

ARCHIVEDIR

[ path name ]

Arguments:

[ path name ]

A variable or string to specify the path name of Robo-FTPs archive folder.

Options:

none

 

 

 

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): SENDFILE, MAKEDIR, WORKINGDIR, CHGDIR