On Sun, 07 Aug 2005 01:28:31 GMT,
"python newbie" <[EMAIL PROTECTED]> 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/>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to