C# Upload whole directory using FTP

后端 未结 4 1008
再見小時候
再見小時候 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:12

    Unless you're doing this for fun or self-improvement, use a commercial module. I can recommend one from Chilkat, but I'm sure there are others.

    Note: I'm pretty sure this does answer the stated problem, What I'm trying to do is to upload a website using FTP in C# (C Sharp).

提交回复
热议问题