I haven't tested this, but i maybe think it works?
import shutil
try:
copy("your_file.txt", "your_subfolder")
print "Done!"
except:
print "Failed!"
--
http://mail.python.org/mailman/listinfo/python-list
You might want to install copy of Cygwin on your Windows
box. Then you can use scp or maybe rsync over ssh
to do the copying. Works great for me.
-Larry Bates
[EMAIL PROTECTED] wrote:
> Hi !
>
> I have some backup files on a server farm.
> I want to store these local backup files on a backup f
[EMAIL PROTECTED] wrote:
> Hi !
>
> I have some backup files on a server farm.
> I want to store these local backup files on a backup file server for
> "safety's snake".
>
> These files are compressed zip files with 12 character length password.
> But my system admin asked me, how can I improve t