-
ecu committed revision 7 to the ftptask SVN repository, changing 1 files.
2009-03-27 09:24:18 UTC by ecu
-
I guess it's fixed in v.0.6 (will be released soon).
2009-03-24 14:47:38 UTC by ecu
-
ecu committed revision 6 to the ftptask SVN repository, changing 7 files.
2009-03-24 14:44:15 UTC by ecu
-
I added the following code (grabbed from http://www.codeproject.com/KB/IP/SimpleFTPDemo.aspx), and this will upload all of the files in binary mode. Here's the entire method:
private FtpAnswer UploadFile(string filename, Uri remoteFilename)
{
LogFormat("Uploading file: '{0}'", remoteFilename);
// Get the object used to communicate with the server.
2008-04-14 18:06:48 UTC by dmiser
-
I have been trying to upload through FtpTask a precompiled ASP.NET website; but I get server side errors when I try to launch the website. Yet, when I do the exact same operation with another FTP client, the website run fine.
Joannès.
2007-09-18 07:21:38 UTC by joannes
-
I have managed to solve the bug. I am attaching the patch file to correct the issue.
Best regards,
Joannès
File Added: FtpTask-parse-error.patch.
2007-09-17 19:06:24 UTC by joannes
-
I am trying to perform a FtpTask with a delete action against a US-based Windows_NT version 5.0 FTP server; and I get the following error
WebApp.Publish.proj(37,3): error MSB4018: The "FtpTask" task failed unexpectedly.
WebApp.Publish.proj(37,3): error MSB4018: System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe an un-representable DateTime...
2007-09-17 18:29:32 UTC by joannes
-
ecu committed revision 5 to the ftptask SVN repository, changing 30 files.
2006-08-03 04:41:16 UTC by ecu
-
ecu committed revision 4 to the ftptask SVN repository, changing 2 files.
2006-07-21 19:15:33 UTC by ecu
-
ecu committed revision 3 to the ftptask SVN repository, changing 1 files.
2006-07-20 18:11:45 UTC by ecu