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
Please have a look at this sample below. The difference from the Microsoft sample is the use of sockets:
- Windows 8.1 Sockets: Ftp Client Sample in C#