FTP in a Metro App

后端 未结 3 1727
走了就别回头了
走了就别回头了 2021-01-06 21:51

I\'m trying to create an FTP Application in Metro and C# but the FTP class in System.Net has been removed and now I can\'t figure out how to do this. I\'ve looked into the B

3条回答
  •  攒了一身酷
    2021-01-06 22:11

    Take a look at http://www.dreamincode.net/forums/topic/35902-create-an-ftp-class-library-in-c%23/. It's a C# implementation of a FTP client using sockets, unless you have advanced requirements this may be sufficient for you.

    And if you need more you could Always expand on his example!

提交回复
热议问题