FileCopy with ftp path
-
Hello everybody, I have to copy and delete a file by using a ftp path (ftp://xxx.xxx.x.x/mydirectory). Is there a possibility in .Net1.1 without using a ftp-server? Thank's for youre time! Martin
-
Hello everybody, I have to copy and delete a file by using a ftp path (ftp://xxx.xxx.x.x/mydirectory). Is there a possibility in .Net1.1 without using a ftp-server? Thank's for youre time! Martin
There is no direct FTP functionality in .NET1.1. As this is simply socket programming, you can roll your own or use something like this: http://www.codeproject.com/cs/internet/ftplib.asp[^]
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before. -
Hello everybody, I have to copy and delete a file by using a ftp path (ftp://xxx.xxx.x.x/mydirectory). Is there a possibility in .Net1.1 without using a ftp-server? Thank's for youre time! Martin
you dont need a ftp-server, you need a ftp client and there are some clients available in CP. here are some http://www.codeproject.com/cs/internet/ftplibrary.asp[^] http://www.codeproject.com/cs/internet/ftplib.asp[^]
Regards Shajeel
-
There is no direct FTP functionality in .NET1.1. As this is simply socket programming, you can roll your own or use something like this: http://www.codeproject.com/cs/internet/ftplib.asp[^]
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before. -
you dont need a ftp-server, you need a ftp client and there are some clients available in CP. here are some http://www.codeproject.com/cs/internet/ftplibrary.asp[^] http://www.codeproject.com/cs/internet/ftplib.asp[^]
Regards Shajeel