At IU, how do I use parallel FTP to transfer data to or from the MDSS?
Note: For information about other methods of accessing the MDSS, see At IU, how do I access the MDSS?
Parallel FTP
Most Kerberos-enabled FTP clients work with Indiana University's
Massive Data Storage Service (MDSS), but
pftp_client performs best. If it is not already installed
on the system you're using, obtain the client from:
Install the client on your Unix workstation. To transfer files:
- 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.mdss.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 MDSS, 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 MDSS, 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 September 17, 2009.







