|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
Hi
Y try to upload files to a server and i have tu use FTP. So, somebody can explain me how use FTP in .net? Thanks under .NET 2.0 there is FtpWebRequest and FtpWebResponse.
under lower version of framework you have to implement your own library that will work with FTP or find free one. ( http://www.codeproject.com/csharp/ftpdriver1.asp ) ( http://www.codeproject.com/csharp/ftp.asp ) Show quote "Diego Mourglia" <die***@Moxiongroup.com> wrote in message news:eOYhQwNIGHA.1188@TK2MSFTNGP14.phx.gbl... > Hi > Y try to upload files to a server and i have tu use FTP. > So, somebody can explain me how use FTP in .net? > Thanks > I would consider this one as well.
http://www.codeproject.com/csharp/ftplib.asp I would AVOID the FTPFactory.cs . This one is VERY buggy, and only works on certain ftp servers. ... FTP is built alot on "sending commands", and then dealing with the return values. If you google the words ftp raw You'll see what the baseline ftp commands are. Show quote "Vadym Stetsyak" <vady***@ukr.net> wrote in message news:eV8h84NIGHA.216@TK2MSFTNGP15.phx.gbl... > under .NET 2.0 there is FtpWebRequest and FtpWebResponse. > > under lower version of framework you have to implement your own library that > will work with > FTP or find free one. > > ( http://www.codeproject.com/csharp/ftpdriver1.asp ) > ( http://www.codeproject.com/csharp/ftp.asp ) > > -- > Vadym Stetsyak aka Vadmyst > http://vadmyst.blogspot.com > > "Diego Mourglia" <die***@Moxiongroup.com> wrote in message > news:eOYhQwNIGHA.1188@TK2MSFTNGP14.phx.gbl... > > Hi > > Y try to upload files to a server and i have tu use FTP. > > So, somebody can explain me how use FTP in .net? > > Thanks > > > > |
|||||||||||||||||||||||