merbin2012 / sharex

Automatically exported from code.google.com/p/sharex
0 stars 1 forks source link

FTP Issues #504

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. running pure-ftpd server, configured fine as i can connect instantly on 
WinSCP and AndFTP on Android.

What is the expected output? What do you see instead?
Sharex should connect to the server- I'm using same credentials as used in 
WinSCP and AndFTP. Error I get when using Sharex's ftp client:

Starksoft.Net.Ftp.FtpCommandResponseTimeoutException: A timeout occurred while 
waiting for the destination to send a response.  The last reponse from the 
destination is 'Entering Passive Mode (192,168,0,40,117,222)'
   at Starksoft.Net.Ftp.FtpBase.GetNextCommandResponse(Int32 timeout)
   at Starksoft.Net.Ftp.FtpBase.WaitForHappyCodes(Int32 timeout, FtpResponseCode[] happyResponseCodes)
   at Starksoft.Net.Ftp.FtpBase.SendRequest(FtpRequest request)
   at Starksoft.Net.Ftp.FtpBase.TransferData(TransferDirection direction, FtpRequest request, Stream data, Int64 restartPosition)
   at Starksoft.Net.Ftp.FtpBase.TransferText(FtpRequest request)
   at Starksoft.Net.Ftp.FtpClient.GetDirList(String path)
   at UploadersLib.FTP.GetDirList(String remotePath)
   at UploadersLib.FTPClientForm.LoadDirectory(String path)
   at Starksoft.Net.Ftp.FtpClient.OpenAsync_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)

What version of the product are you using? On what operating system?
Latest version of Sharex (8.2.0 r655) running Windows 7 (x64)

Original issue reported on code.google.com by caher...@gmail.com on 1 Oct 2013 at 9:53

GoogleCodeExporter commented 9 years ago
Starksoft (http://biko.codeplex.com/) ftp library not supports that ftp server 
maybe. It is little outdated library but cant find better free alternative 
which supports ftps + proxy properly. So can't do anything about it.

Original comment by flexy...@gmail.com on 2 Oct 2013 at 6:04