At IU, how do I use parallel FTP to transfer data to or from the SDA?
Note: For information about other methods of accessing the SDA, see At IU, how do I access the SDA?
For parallel transfers to and from Indiana University's Scholarly
Data Archive (SDA) (formerly known as MDSS), UITS
recommends using the Unix-based pftp_client. For more on
pftp_client, see the Brookhaven National Laboratory pftp_client
page. For more on the pftp protocol, see A
Parallel File Transfer Protocol for Clusters and Grid Systems.
To use pftp_client to transfer data to or from the
SDA:
- Run the
kinitcommand to authenticate to HPSS. Use the syntax shown below (with your IU Network ID username in place ofusername): kinit username@ADS.IU.EDU - Enter: pftp_client ftp.sdarchive.iu.edu
- Enter:
site setcos n
Replace
nwith1for small files (0-4MB),2for medium files (4-64MB), and3for large files (64MB-1TB). - Enter:
lcd directoryname
Replace
directorynamewith the name of the directory containing your files. - For each file you want to transfer into SDA, enter the following,
replacing
filenamewith the name of the file: pput filenameIf you use
putinstead ofpput, usuallypftp_clientwill automatically usepputinstead. - For each file you want to transfer out of SDA, enter the
following, replacing
filenamewith the name of the file: pget filenameIf you use
getinstead ofpget, usuallypftp_clientwill automatically usepgetinstead. - When you're finished, enter: quit
Last modified on October 12, 2011.







