New Post: Unknown error (0x2ee7)
All right, now, see, I found that. But why would it give that error? What does that error even mean? Also, it doesn't give the same error message every time. I'm not trying to be obtuse, honestly;...
View ArticleNew Post: Unknown error (0x2ee7)
I got absolutely the same problem, and I discovered that it's somehow related with ftp server you trying to connect to. Look - I have hosting, and there I can create a few ftp user accounts. So, I had...
View ArticleNew Post: ftp.getdirectories bug
It seems the ftp.getdirectories won't get files when the directory name has spaces in it.
View ArticleNew Post: Downlaod file and progress bar
yes with the ftp as a background worker. http://msdn.microsoft.com/en-us/library/cc221403%28v=vs.95%29.aspx
View ArticleNew Post: SFTP?
Can this DLL do SFTP? I don't see a way to engage FTP over TLS or SSL in the FtpConnection object. Thanks.
View ArticleReviewed: FTPLib v.1.0.1.3 (Mar 26, 2012)
Rated 4 Stars (out of 5) - thank you for everything but i found a bug when the after creating directories. if the directory not included any files then directoryExixst function on the directory has...
View ArticleNew Post: Unknown error (0x2ee7)
yes,I found this too. and I can't belive the reason's internet error,there's best IDC!!! So I think if thers has some bug when ftp.login()?
View ArticleNew Post: Unknown error (0x2ee7)
I exactly had the same problem at ftp.Login() call. I could solve it by removing the "ftp://" at the beginning of the host parameter of FtpConnection ctor. Before: ftpHost = "ftp://myserver.com"; Now:...
View ArticleNew Post: Unknown error (0x2ee7)
Yep, It looks like there is two reasons for the error - network problems and wrong server name
View ArticleNew Post: ASCII
Same problem here. You should check the "binary" command using your favourite ftp client, for example FileZilla. When I did this (using FileZilla portable) I also got the response "unknown command", so...
View ArticleNew Post: SendCommand returns Unknown Error 0x2f8c
I have tried sending the command "site chmod 777 filename" and "chmod 777 filename" and with both commands I get the following exception: Unknown Error (0x2f8c) Is there a list of error codes for this...
View ArticleNew Post: SendCommand throws The handle is invalid.
I ran Wireshark on the transmission. The message never makes it to the network.
View ArticleNew Post: 550 Permission denied.What's wrong?maybe because of run on virtual...
the winservice will connection ftp server every 10 minutes,and it's runing on a virtual server,every time connection will be wrong this: 2012-4-28 3:57:13 200 Type set to I. 227 Entering Passive...
View ArticleNew Post: Recursive folder list
Hy there ! I'm trying to list the path of all folders and subfolders but don't know how to do it. Can anyone help me ?
View ArticleCreated Issue: GetFileSize on WinXP [10168]
The method ftp.GetFileSize() does work in WindowsXP.
View ArticleNew Post: GetFile() failing on large files (Unknown error (0x2ee2))
i'm having the same problem on GetFiles(), when there is a large amount of files. is there anyway to control the timeout in the library?? or on the server? when using an ftp app (like FileZilla), it...
View ArticleNew Post: SFTP?
I was hoping for the same thing. I see that your message has been sitting here since Feb 28 with no responses, so I don't think that bodes well.
View ArticleSource code checked in, #78747
Enhanced FtpConnection.Dispose(), ensure the interface should be called anyway.
View ArticleSource code checked in, #78748
Enhanced FtpConnection.Close(), just pass on Dispose() interface.
View Article