[Tutor] Timestamp

2008-08-18 Thread swati jarial
Is there a way to put a timestamp on an FTP download in Python without using any python library or module? Thanks for any help!! ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] To Specify a directory path to download

2008-07-31 Thread swati jarial
Hello, I am new to python this is the code I have written to download a file from the internet and then send en email if any error occurs during download. I just want know how to specify which folder to download my files. It automatically downloads file to the directory where TEST1.txt sits... im