Using FTP in VB.net how do I select and download a folder and all its files on a remote server

Bryn McNeill 0 Reputation points
2023-02-23T16:19:32.0366667+00:00

I require the relevant VB.net code to list all folders on a remote server and select a folder to download, then download the folder and its contents to a local folder

Developer technologies VB
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 90,521 Reputation points
    2023-02-24T10:38:37.03+00:00

    A link to test code (impossible to paste here, BUGGED forums) with ExplorerBrowser control, initialized with Intel FTP, to test if it worked with FTP pidl :

    IExplorerBrowser test in VB.NET : http://pastebin.fr/115916

    To be improved, although some things are a bit complicated (like keyboard handling)...

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.