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 of username): kinit username@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
Also see:
- At IU, using Linux or Unix, how do I use FTP to transfer files to and from MDSS?
- How do I use GridFTP clients with IU's MDSS?
- At IU, what is MDSSWeb and how do I use it?
- At IU, how do I map or mount my MDSS account to my workstation?
- At IU, how do I use SFTP or SCP to access my MDSS account?
- At IU, how do I use HSI to access my MDSS account?
Last modified on May 13, 2009.






