I am trying to use the .Net library to upload a file via FTPS to a FileZilla 
server.

I am able to upload the file via curl from the command line, but not via my 
program.

Below is the logging prior to the time out.

2015-04-30 17:16:37.7940 Avreo.Zip.Core.FileTransporter Doing the SSL/TLS 
handshake on the data stream
2015-04-30 17:16:37.7940 Avreo.Zip.Core.FileTransporter SSL re-using session ID
2015-04-30 17:16:37.7940 Avreo.Zip.Core.FileTransporter SSLv3, TLS handshake, 
Client hello (1):
2015-04-30 17:16:37.8070 Avreo.Zip.Core.FileTransporter   I
________________________________
 UBC¸¾f o°uc-        ,HzY."?o
[1]Séil??c   :XëÖ|??l©-z{@×"
________________________________
¤?ToL>n×4uO [1] 5
2015-04-30 17:16:37.8070 Avreo.Zip.Core.FileTransporter SSL connection timeout


I have the following options set:
CURLOPT_VERBOSE, CURLOPT_UPLOAD, CURLOPT_URL(ftps://ipaddr/file.txt), 
CURLOPT_USERPWD (user:pwd), CURLOPT_SSL_VERIFYPEER (0), 
CURLOPT_SSL_VERIFYHOST(0), CURLOPT_SSL_VERIFYHOST(10)

Any suggestions would be greatly appreciated.


Thanks,

Perry

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to