Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.8k views
in .NET FTP by (160 points)
Hello,

I have a FTP client, that use edtFTPnet library, connection throw socks5 proxy.
The program make many connections to different servers, but in some moment in some thread I see next situation.

The part of code:
try{
Console.WriteLine("Connection to the FTP");
_ftp.Connect();
Console.WriteLine("Connected");
}catch{
Console.WriteLine("Error");
}


But in log file I see only:
Connection to the FTP


Function Connect() don't return response for a long time.
How I can solve this problem?

Thanks.

3 Answers

0 votes
by (162k points)
Post a debug level log file.
0 votes
by (160 points)
How I can do it?

Thanks.
0 votes
by (162k points)

Categories

...