Currently i am rewriting the very old VB application to C#.net. My Requirement is to transfer a file from local system to remote server. I have to connect to the remote server share path using domain name, server name, user id, password. After
accessing the share path i have to transfer the file.
File.copy option doesnt work for remote server, if am not wrong.
Is there any existing library in C#.net to connect to remote server and transfer file.
Please help me on this.