简体   繁体   中英

Download files and folders from FTP

I needed to download files from FTP using vb.NET. I found the solution to my problem over here .

The problem now is that the code helps me to download the files from the parent folder but if there are any sub-folders, they remain untouched. Is there a work-around for it? Regards

The CodeProject FTP library you are using isnt exactly great for recursive access.

Check out the answer here . Its c# but answers your question. You can (almost) always convert c# to vb.net!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM