From: Dan W. <dc...@re...> - 2007-06-06 17:43:06
|
On Wed, 2007-06-06 at 11:25 -0400, Nancy Head wrote: > > I'm a beginning programmer trying to figure out how to use Python to > do FTP/SSL (FTPS) - just as a client. > Will pyOpenSSL help me to do this? Probably, yes. There aren't any good documents on it, you probably just have to look for code samples and follow them. Is FTPS just FTP over an SSL connection? If so, the SSL connection bits are pretty trivial to set up, and you just point the FTP parts at the socket. Dan > Thanks for any help... > > -Nancy > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ pyopenssl-list mailing list pyo...@li... https://lists.sourceforge.net/lists/listinfo/pyopenssl-list |