[NCLUG] python and ftp and ssl

mike cullerton michaelc at cullerton.com
Wed Jan 5 08:31:29 MST 2011


Neil,

It looks like curl will do the trick.

http://blog.unixlore.net/2007/11/using-curl-for-ftp-over-ssl-file.html

Thanks,
Mike

On Jan 4, 2011, at 4:01 PM, Neil Neely wrote:

> curl has --ftp--ssl as a flag that looks like it would do what you  
> need, and
> it looks like pyCurl (http://pycurl.sourceforge.net/) may be the  
> python
> module your are looking for.
>
> Haven't tried this myself, just looked promising.
>
> Neil Neely
>
> On Tue, Jan 4, 2011 at 2:33 PM, mike cullerton  
> <michaelc at cullerton.com>wrote:
>
>> Hey Folks,
>>
>> Happy New Year!
>>
>> I have some data I need to ftp to a customer server using ssl.
>>
>> I'd like to do this in python, but googling has not turned up an
>> elegant solution. Can this be done with a python module like ftplib  
>> or
>> urllib2? What about something like os.system?
>>
>> Hints and pointers appreciated,
>> Mike
>>
>> _______________________________________________
>> NCLUG mailing list       NCLUG at lists.nclug.org
>>
>> To unsubscribe, subscribe, or modify
>> your settings, go to:
>> http://lists.nclug.org/mailman/listinfo/nclug
>>
>
>
>
> -- 
> Neil Neely
> http://neil-neely.blogspot.com
> _______________________________________________
> NCLUG mailing list       NCLUG at lists.nclug.org
>
> To unsubscribe, subscribe, or modify
> your settings, go to:
> http://lists.nclug.org/mailman/listinfo/nclug


  - mike cullerton




More information about the NCLUG mailing list