D Dino M. Buljubasic Aug 27, 2003 #1 How can I get date stamp of a file stored on an FTP server from a VB.net application? Thank you,
P Patrick Steele [MVP] Aug 28, 2003 #2 How can I get date stamp of a file stored on an FTP server from a VB.net application? Click to expand... ..NET does not have any built-in FTP class. See below for some solutions: VB.NET http://www.allapi.net/classlib/class.php?id=23 http://www.allapi.net/classlib/class.php?id=10 C# http://www.codeproject.com/dotnet/dotnetftp.asp http://www.csharphelp.com/archives/archive9.html http://www.aspalliance.com/shark/articles/FtpView/FtpViewDoc.aspx Commercial http://www.abderaware.com/ (FTP.NET) http://www.devpower.com/net/
How can I get date stamp of a file stored on an FTP server from a VB.net application? Click to expand... ..NET does not have any built-in FTP class. See below for some solutions: VB.NET http://www.allapi.net/classlib/class.php?id=23 http://www.allapi.net/classlib/class.php?id=10 C# http://www.codeproject.com/dotnet/dotnetftp.asp http://www.csharphelp.com/archives/archive9.html http://www.aspalliance.com/shark/articles/FtpView/FtpViewDoc.aspx Commercial http://www.abderaware.com/ (FTP.NET) http://www.devpower.com/net/