forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


VDSIPP & FTP Question

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Wed Sep 10, 2003 3:26 pm    Post subject: VDSIPP & FTP Question Reply with quote

How can I create a list of all:

files/folders/subfolders on an FTP Server ?

eg.
/www/default.htm
/www/images/filea.htm
/www/images/domains/file1.htm
/www/images/domains/file2.htm

Any ideas? I can connect to the FTP and get the current directory, but how can i get it to create a complete list.

Nathan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1565

PostPosted: Wed Sep 10, 2003 4:07 pm    Post subject: Reply with quote

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)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group