|
|
Browse by Tags
All Tags » FTP » C#
-
Quick & dirty (yet a bit naive) directory download code
To download all files in a specified remote folder seems to be a trivial task at first. Calling Ftp.GetList(), iterating through the returned collection and caling Ftp.GetFile() on each item looks like a no brainer. It would work in simple cases. However, there are some caveats in this ...
|
|
|