1-10 of 14 < Previous Next >
1 vote
closed

Special characters in URI cause issues

It has been identified on CodeProject that certain characters e.g. # can cause problems when uploading or renaming, as the characters are not escaped in the URI when passed to FtpWebRequest. Testi...

id# 7032 | Planned Release: 1.2 Release Candidate | Last Updated: Jul 21 at 1:35 PM  by Quango
1 vote
closed

Save exception message to a property

In many of the functions, it would be helpful to save the exception error message. ie in the try catch: LastErrorText=ex.message. That way, when a function returns false due to an error, i can read...

id# 6111 | Planned Release: 1.2 Release Candidate | Last Updated: Jul 21 at 1:35 PM  by Quango
1 vote
closed

FTPfileInfo constructor support for no size

the constructer of FTPfileInfo is expecting size to be non-blank, but for a directory it is blank hence there is an exception. does anyone have an elegant fix to this problem? (maybe extend FileI...

id# 1793 | Planned Release: 1.2 Release Candidate | Last Updated: Jul 21 at 1:35 PM  by Quango
2 votes
closed

Stream based upload

Add stream based upload when uploading from memory or other non-file source. Suggestion from LiqdFire via CodeProject

id# 1416 | Planned Release: 1.2 Release Candidate | Last Updated: Jul 21 at 1:35 PM  by Quango
1 vote
closed

FTP return codes

I figured out a way to do this. The below code does return the error codes but you have to catch them in an excception block using the GetResponse method. While the below code is not robust enoug...

id# 2993 | Planned Release: 1.2 Release Candidate | Last Updated: Nov 21 2007 at 9:24 AM  by Quango
2 votes
closed

Rename Folder

It was piece of cake. I built-in the FtpRenameDirectory method in the class. Thanks for reading.

id# 2994 | Planned Release: 1.2 Release Candidate | Last Updated: Nov 21 2007 at 9:24 AM  by Quango
1 vote
closed

doDateTimeStamp Exception

When I call client.ListDirectoryDetail(directory, true); it throws an exception: System.Net.WebException: The requested URI is invalid for this FTP command. If I call client.ListDirectoryDeta...

id# 1679 | Planned Release: 1.2 Release Candidate | Last Updated: Nov 21 2007 at 9:24 AM  by Quango
1 vote
closed

Problems with Unix FTPing

When I call the following code against a unix server, it returns all the files a one long string rather than seperate items. Am I doing something wrong? Dim fullList As FTPdirectory = myFtp.ListDi...

id# 1925 | Planned Release: None | Last Updated: Nov 21 2007 at 8:44 AM  by Quango
1 vote
closed

Error in regex !

With .NET, "\w" doesn't means "any alphanumeric charater" but "any alpha character" ! So if the user or the group that own the file in the directory you're listing doesn't exists, as the ftp serve...

id# 2413 | Planned Release: None | Last Updated: Nov 21 2007 at 8:44 AM  by Quango
2 votes
closed

Text encoding of response text

Responses retrieved from remote ftp servers may (are?) encoded in UTF8? May need to modify text-retrieval to ensure strings are correctly decoded. Would we also need an option to change/set alte...

id# 1066 | Planned Release: 1.2 Release Candidate | Last Updated: Jun 13 2007 at 7:18 AM  by Quango

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 14 < Previous 1 2 Next >
Updating...