J John A. Bailo Dec 6, 2005 #1 Does the .Net 2.0 framework include support for ftp? ftps ( secure ftp )? Are there any samples for implementation?
Does the .Net 2.0 framework include support for ftp? ftps ( secure ftp )? Are there any samples for implementation?
J John J. Hughes II Dec 6, 2005 #2 You could try FtpWebRequest and FtpWebResponse, there are several samples in the BOL. Regards, John
J John A. Bailo Dec 6, 2005 #3 Is that the BOL w/Framework 2.0 ? You could try FtpWebRequest and FtpWebResponse, there are several samples in the BOL. Regards, John Click to expand...
Is that the BOL w/Framework 2.0 ? You could try FtpWebRequest and FtpWebResponse, there are several samples in the BOL. Regards, John Click to expand...
J John J. Hughes II Dec 7, 2005 #4 Yes that's where I found it, also MSDN has it here: http://msdn2.microsoft.com/en-us/library/system.net.ftpwebresponse.aspx http://msdn2.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx Regards, John
Yes that's where I found it, also MSDN has it here: http://msdn2.microsoft.com/en-us/library/system.net.ftpwebresponse.aspx http://msdn2.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx Regards, John