Quantcast
Channel: C# FTP Library
Browsing index pages (88 articles)

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 Article


Commented 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 Article


New 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 Article

Reviewed: FTPLib v.1.0.1.3 (6月 12, 2015)

Rated 4 Stars (out of 5) - yes thanks

View Article

Reviewed: FTPLib v4.0.0.0 (6月 12, 2015)

Rated 5 Stars (out of 5) - yes, thanks

View Article


New Post: The Handle Is Invalid Error

I think you forgot to call method ftp.Login();

View Article

Created 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 Article

Created 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 Article


New 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 Article


Reviewed: FTPLib v4.0.0.0 (七月 24, 2014)

Rated 5 Stars (out of 5) - i am very like it.

View Article

Reviewed: FTPLib v.1.0.1.3 (五月 28, 2014)

Rated 5 Stars (out of 5) - I only try,thanks!

View Article

Created 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 Article

Created 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 Article


Commented 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 Article

Created 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 Article


New 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 Article

New 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 Article


Commented 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 Article

Created 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 Article

New 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
Browsing index pages (88 articles)


Latest Images