Custom Query (8105 matches)
Results (334 - 336 of 8105)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#503 | ASSERT failure reconnecting when current connect hung | |||
Description |
cvs trunk (pulled within past hour) Connect to remote site (upload.sf.net), via connection manager, using default mode. It connects and executes ls command, and hangs (because it isn't using passive mode, I think). Open up connection manager, alter it to use passive mode for this site, and hit connect button. Answer Yes to prompt for break current connection. I get an ASSERT failure (UNICODE debug build) in source\MainThread.cpp, line 178, which is inside of CMainThread::OnThreadMessage. lines 177-178:
I speculate that the problem is that it was still trying to break the current connection. This doesn't reproduce if I do the same test with passive mode the whole time, but also it doesn't hang in that case. |
|||
#7380 | fixed | ASSISTANCE WITH AUTOMATION OF DOWNLOAD | ||
Description |
YOUR PROGRAM WAS THE ONLY ONE I FOUND THAT CAN CONNECT WITH EASE TO A SECURED FTP CONNECTION (SFTP). BASICALLY I NEED YOUR PROGRAM TO AUTOMATICALLY CONNECT TO A SITE SETUP IN THE MANAGER. CHECK THE DIRECTORY TO SEE IF THERE IS DATA IF THERE IS DOWNLOAD THE FILE TO A DIRECTORY. CAN YOUR PROGRAM DO THIS USING AUTOMATION OR SOME TYPE OF SCRIPT FILE. |
|||
#2772 | AUTH SSL support missing from v3? | |||
Description |
Version 3 seems to be missing some of the SSL support that version 2 had. In version 2 I could connect with a servertype of "FTP over SSL (explicit encryption)", which would send an "AUTH SSL" command to which I would receive a "234 AUTH TLS-P/SSL OK." response. Version 3 has a servertype of "FTPES - FTP over explicit TLS/SSL", but this sends an "AUTH TLS" command and the server I'm trying to connect to responds with "234 AUTH TLS-C/TLS OK." and then times out when sending the "USER" command. Perhaps this is a really a bug with the new "FTPES - FTP over explicit TLS/SSL" servertype (in which case I'll be glad to submit it to the bug list), but since it's trying to use "AUTH TLS" instead of "AUTH SSL", I'm assuming that it's a missing feature. |