Does FTPLIB have a 'local change directory' ?

Dan Sommers me at privacy.net
Sat Aug 6 21:40:52 EDT 2005


On Sun, 07 Aug 2005 01:28:31 GMT,
"python newbie" <quantumcheesedog at gmail.com> wrote:

> I'd like to be able to first

>   ftplib.lcd( "c:\myfiles\morefiles"  )

>  and then just

>     storbinary( picture.gif .. ).

> But the python doc doesn't show any LCD.

Try os.chdir.

HTH,
Dan

-- 
Dan Sommers
<http://www.tombstonezero.net/dan/>



More information about the Python-list mailing list