Alternate Default File Paths for Select Commands |
Top Previous Next |
Robo-FTP 3.8 includes several changes designed to make it easier to replicate an entire working Robo-FTP installation to other computers. One of the challenges faced when transferring an installation is modifying command scripts to change hard-coded file paths. Several script commands now support extended search paths so you can omit the hard-coded paths and still be confident that your files will be found regardless of the current working folder.
The CALL, CHAIN and CRON commands use five alternate paths for maximum compatibility with previous versions of Robo-FTP. These paths are searched in the following order:
The AUDITDB, DBUSE, DIFF, GETDIFF, FTPDIFF, FTPGETDIFF, LOG, SESSIONLOG and TRACELOG commands use this path under the program installation folder:
< Installation Folder >\ProgramData\< Namespace >
... unless the current instance of Robo-FTP lacks the necessary Windows permission to write to that location, in which case the following path is used instead:
< Documents >\Robo-FTP X.X\< Namespace >
For the purposes of the alternate paths discussed in this topic:
NameSpace data files are automatically included in settings files generated by the EXPORT command or via the Export Settings option under the File Menu in the main console window.
|