Python Forum
Transferring large amounts of files
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Transferring large amounts of files
#1
Hopefully someone can help me find some good resources for this. I want to write something in Python that can transfer large amounts of files (TB's of files) in the shortest amount of time possible. Looking around on Google I found something called GridFTP. I really like the way it describes how the files are transferred and I would like to write something in Python that transfers files the same way. Just setting up a GridFTP server isn't really going to solve the problem, because this is just a piece of a much larger pie. I've done file transfers with Python before, but this seems like it's much more complicated. I'm not a huge fan of duplicating work so I've been looking around for a module that does this same thing, but haven't found anything yet. Anyone have any idea's, or know of something off hand?
Reply


Messages In This Thread
Transferring large amounts of files - by gohanzdad - Jun-23-2017, 02:40 PM
RE: Transferring large amounts of files - by nilamo - Jun-23-2017, 06:33 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Transferring argument to a thread issues msloat 1 1,702 Feb-27-2022, 06:12 PM
Last Post: msloat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020