Michael_Goettsche: >can anybody please tell me how to upload it properly? This is a snippet from one of my scripts, that works fine: ftp = ftplib.FTP(Hostname,Username,Password) ftp.cwd(WorkingDirectory) ftp.storbinary("STOR " + RemoteZipFile, file(LocalZipFile, "rb")) ftp.quit() -- René Pijlman