C# Upload whole directory using FTP

后端 未结 4 994
再見小時候
再見小時候 2021-01-04 20:50

What I\'m trying to do is to upload a website using FTP in C# (C Sharp). So I need to upload all files and folders within a folder, keeping its structure. I\'m using this FT

4条回答
  •  时光取名叫无心
    2021-01-04 21:20

    I wrote an FTP classe and also wrapped it in a WinForms user control. You can see my code in the article An FtpClient Class and WinForm Control.

提交回复
热议问题