PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1565
|
Posted: Wed Sep 10, 2003 4:07 pm Post subject: |
|
|
You will need to change to each directory and get the list of files. There is no method using standard ftp protocols to retrieve every single file within an ftp account without having to change to appropriate directories and retrieving the file names.
INTERNET FTP,CHANGEDIR,1,<directory>
INTERNET FTP,REFRESH,1
you need to refresh so it gets the list of files within that directory into the filelist otherwise it may not update the filelist listing correctly.
then you can get the filelist using
@INTERNET(FTP,FILELIST,1) |
|