timburgess / brackets-ftp-sync

FTP/SFTP for Adobe Brackets
105 stars 19 forks source link

Connecting... does not timeout or indicate issue with connection #3

Open razster opened 10 years ago

razster commented 10 years ago

There doesn't seem to be a timeout limit or indication that the connection to FTP has failed. I entered my FTP information then clicked connect, though after waiting a few minutes still see that it is trying to attempt connection.

Add a timeout limit and or indicate a trouble with connection.

timburgess commented 10 years ago

The console should give you a more detailed idea of what exactly is occurring but yes, I agree that there could be better error reporting in the dialog box. Worst case scenario, two clicks on Cancel should stop all activity and dismiss the dialog box.

I am on the verge of a 1.0.3 release to deal with some insidious FTP issues and will look into better error reporting once released. Thanks for your feedback.

razster commented 10 years ago

You're welcome.

I hope 1.0.3 works for me. Still having connection issues, but it may just be my end.

timburgess commented 10 years ago

1.0.3 will resolve issues that have occurred where the FTP server is reachable and user auth & pathname is correct. However there is no timeout at present - I just tried FTP'ing to a local Linux box which I had slept and unfortunately it just sits around without any info. I definitely want to improve that!