Box.com bulk transfer
https://docs.rc.uab.edu/
Please use the new documentation url https://docs.rc.uab.edu/ for all Research Computing documentation needs.
As a result of this move, we have deprecated use of this wiki for documentation. We are providing read-only access to the content to facilitate migration of bookmarks and to serve as an historical record. All content updates should be made at the new documentation site. The original wiki will not receive further updates.
Thank you,
The Research Computing Team
UAB has an Enterprise contract with Box.com, which is currently in BETA.
This page describes what we have learned about doing bulk-transfers of data.
Warning: size limitations
Box.com claims to have a 5G max filesize limit, which will be removed in 2016. If you need to work around this, you can use the Linux "split" utility
split \ --bytes=4000m \ |
Warning: time stamps
When using an FTP client to transfer data up, it is easy to lose both modification and creation timestamps. In particular, many clients will (optionally) preserve modification time, but few will (optionally) preserve creation date.
FTP client | platform | modification | creation |
---|---|---|---|
SmartFTP | GUI/Win Only/$$ | yes | can be enabled |
lftp | cmd_line/linux/free | yes | no |
fileZilla | GUI/linux+win/free | can be enabled | no |
ftp_ssl | cmd_line/linux/free | yes | no |