Guest User

Untitled

a guest
Jan 12th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. How to get certain types of files from one server to another in Python?
  2. >>> import subprocess
  3. >>> subprocess.call("tar cvzf /path/to/ftp-or-static-http/foo.tgz /path/to/dir/neh*")
Add Comment
Please, Sign In to add comment