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/>