Created Unassigned: FileExists [12472]
I have a directory TEST inside ftp. If i use method ftp.FileExists("/TEST/File.txt") return always true even if file is not present. Any idea?
View ArticleCommented Unassigned: DirectoryExists() problem [11916]
I use __DirectoryExists()__ to check if a Directory is exits.It work well with not emty directory. But it return false with emty directory.Please check it out!Comments: ** Comment from web user:...
View ArticleNew Post: Getting An unhandled exception for Login mehod
Hi I am using same code as shown in Home tab, but getting an unhandled exception for Login Method An unhandled exception of type 'System.ComponentModel.Win32Exception' occurred in ftplib.dll Additional...
View ArticleCreated Unassigned: DirectoryExists() problem [11916]
I use __DirectoryExists()__ to check if a Directory is exits.It work well with not emty directory. But it return false with emty directory.Please check it out!
View ArticleCreated Unassigned: V4.0 FtpConnection.DirectoryExists Error [11907]
When a folder contains no files and directories, FtpConnection.DirectoryExists() will return false, which the return should be true.I also have checked if there is only one file under a folder, and the...
View ArticleNew Post: The Handle Is Invalid Error
Hi. I am getting a "the handle is invalid" error when I try to get directories. I have tried both getting the current directory and get directories method and I still get the error. FtpConnection ftp =...
View ArticleCreated Unassigned: Incompatibility of the library between IE6 and IE7/IE8...
Hello,First of all, congratulations for your work. We open this issue to explain you a different behavior between IE6 and IE7/IE8.We use the same simple script who put a file on a FTP server using the...
View ArticleCreated Unassigned: How to use GetFile to retrieve Uncached files [11690]
Thank you for developing the FTPLIB component. Currently the call to FtpGetFile will always return back the Cached version of the file. In my application I am retrieving a file that changes frequently...
View ArticleCommented Issue: Get Error - Handle is Invalid while Getting Directory list...
I am getting error - 'handle is invalid' - while getting List of Directories using `GetDirectories(string mask)` method. this error i do not get in regular manner but in random manner. How to fix...
View ArticleCreated Unassigned: DWORD Flags are supposed to be UInt32 [11664]
First of all, I would like to thank you for this excellent project!I noticed that in your WININET wrapper class that you use a signed int type (Int32) for your P/Invoke declarations, this would work...
View ArticleNew Post: Documentation
Could you please make just the essential documentation? Like showing just the basics of using this library. It might not be too much to ask. Thanks.
View ArticleNew Post: How to move a file from one remote directory to another
use ftp.RenameFile() with the new directory path in the filename as follows: ftp.RenameFile(file.Name, "/history/" + file.Name); it will move the file with the new name....
View ArticleCommented Unassigned: Login impossible with right password, server... [11536]
Hi !I've been using FtpLib for a few weeks now, but I just found an error that is beyong my understanding...I'm accessing my FTP servers as showed in the doc :```using (FtpConnection ftp = new...
View ArticleCreated Unassigned: Login impossible with right password, server... [11536]
Hi !I've been using FtpLib for a few weeks now, but I just found an error that is beyong my understanding...I'm accessing my FTP servers as showed in the doc :```using (FtpConnection ftp = new...
View ArticleNew Post: if (ftp.FileExists(fName + ".dsc")) doesn't seem to work
Well this is what makes my day, when there's just one knows any thing. Makes me want to throw up. It turned out to be once to set up the local directory and the current directory. You don't need to add...
View Article