Enter search queries below or use the tag links to the right to browse the knowledge base by category (Show All Tags).
Can I use relative paths with ARCHIVEDIR and the /archive option for SENDFILE, or do I need an absolute path?
If you use an absolute path, then every archived and sent file will be placed there.
If you use a relative path, then every time SENDFILE /archive is called, it will save the archive file in the directory relative to the current working directory.
So, if you only want one location for your archive files, then use an absolute path.
If you want a separate archive folder in each of the directories your script will be working from, then use the relative paths.
Tags: Robo-FTP
