What steps will reproduce the problem?
1. Connect using SSL to GFTP server
2. Upload 1.5 MB file
3. Upload goes to 100%
What is the expected output?
Uploaded file
What do you see instead?
2013-10-18 06:23:51 Traceback (most recent call last):
2013-10-18 06:23:51 File "C:\Users\Simon\Documents\My
Dropbox\Python\iqbox_google_code\filetransfer_abc.py", line 966, in uploadFile
handle)
2013-10-18 06:23:51 File "C:\Python27\lib\ftplib.py", line 731, in storbinary
conn.unwrap()
2013-10-18 06:23:51 File "C:\Python27\lib\ssl.py", line 275, in unwrap
s = self._sslobj.shutdown()
2013-10-18 06:23:51 SSLError: The read operation timed out
Please use labels and text to provide additional information.
One possible solution, looks like others had this issue with Python's SSL and
fixed it:
http://www.gevent.org/changelog.html#release-0-13-2-jan-28-2011
https://github.com/surfly/gevent/blob/master/gevent/ssl.py
Original issue reported on code.google.com by simonis2...@gmail.com on 18 Oct 2013 at 6:40
Original issue reported on code.google.com by
simonis2...@gmail.com
on 18 Oct 2013 at 6:40