activation
Configuration
PGP
Robo-FTP
Robo-FTP Server

Frequently Asked Questions

The FAQ list is a great starting point for basic questions about what you can do with Robo-FTP.

Browse the FAQ list now

Getting Started

Browse these tutorials and sample scripts to get up and running with Robo-FTP in minutes.

Browse tutorials and samples now

Contact Technical Support

If you can't find the answers you need online, get in touch with our Technical Support staff.

Contact Technical Support now

Professional Services

Need more than basic technical support? Our Professional Services team can help you deploy a complete solution.

Contact Professional Services now

Enter search queries below or use the tag links to the right to browse the knowledge base by category (Show All Tags).


How can I get a list of files with the archive bit set into Robo-FTP?

You can accomplish indirectly by using the DOSCMD script command to do a directory listing with the /aa option which lists file(s) with the archive bit set and writes the resulting file list to a text file. For example:

DOSCMD "dir /aa *.* > dirlist"

Then use the READFILE command to read the "dirlist" file and use one or more of the Robo-FTP string/substring commands (e.g., SETLEFT) to parse each line of the file to extract the file name(s).

Tags: Robo-FTP, DOS commands