Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ftp = ftplib.FTP("ftp.rtb123.com")
  2. ftp.login("addshoppers", "eMtz344!")
  3. ftp.cwd("/")
  4. os.chdir(r"./")
  5. myfile = open(filename, 'r')
  6. ftp.storlines('STOR ' + filename, myfile)
  7. myfile.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement