K
K Viltersten
I'll be working with FTP uploads/downloads. May
i ask for some pointers to relevant and useful
classes already prepared for such task in the
DotNet 2.0 framework.
I'm thinking FTPConnection, UserInfo, etc.
The ultimate help would be this.
FTPConnection connection =
new FTPConnection();
connection.IP = "1.2.3.4:5678";
connection.user = "god";
connection.password = "god1234";
connection.remoteDir = "\all\things\good";
connection.localDir = "Z:\godlike stuff";
connection.Upload(fileList);
i ask for some pointers to relevant and useful
classes already prepared for such task in the
DotNet 2.0 framework.
I'm thinking FTPConnection, UserInfo, etc.
The ultimate help would be this.
FTPConnection connection =
new FTPConnection();
connection.IP = "1.2.3.4:5678";
connection.user = "god";
connection.password = "god1234";
connection.remoteDir = "\all\things\good";
connection.localDir = "Z:\godlike stuff";
connection.Upload(fileList);