John J. Lee wrote: Hi John, > I think you need to use ftplib. urllib2 is for fetching files, not > uploading them (unless there's some obscure feature of ftp URLs that > allows it). > > Use ftplib. Ok, but what if there is a proxy between the client and the ftp server? Can ftplib handle this? How? Thanks Martin