Login  
Search All Forums
Dart Home | PowerTCP FTP for .NET | Custom Development Reply | PowerTCP FTP for .NET Topics | Forums   
AuthorForum: PowerTCP FTP for .NET
Topic: order during get of mutiple files
steveadcock

From: Hazelwood, MO USA
Posts: 1
Member Since: 07/09/08
posted July 9, 2008 4:59 PM

What is the order in which mutiple files are retreived using get - date/time? filename?

I need to retreive the files in sequence and want to make sure how the control will act.
Jason Farrar (Admin)

From: Oneida, NY USA
Posts: 223
Member Since: 07/24/07

Extra Support Options
Custom Application Development

posted July 10, 2008 3:46 PM

Using Get with multiple files, the files are returned in whatever order they are in when the FTP server returns a listing.

If you need to retrieve files in a specific sequence other then what a LIST command to the FTP server produces then I'd recommend getting a listing yourself and parsing it into an ArrayList. After doing this just do an individual get on the files by traversing through the ArrayList.
Reply | PowerTCP FTP for .NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX