File transfers

Use the data transfer node (transfer.lanta.nstda.or.th) to transfer large file that take more than 5 minutes to transfer, see large file transfer.

ThaiSC reserves the right to terminate large data transfers on the frontend node if they have the potential to impact other users' performance.

Windows

1. using SFTP session in MobaXterm and specify the following information.

Remote host: transfer.lanta.nstda.or.th

Username: [your LANTA username]

2. Enter your LANTA password

3. Enter your two-factor authentication code

4. The SFTP will be started. You can drag and drop file/directory to transfer file/directory between your local PC and LANTA. You also can change the location on LANTA by specify path at the to of LANTA window (squared in red).


macOS/Linux

using scp command and enter your password then you two-factor authentication code. Note that add -r option to transfer directory.

scp [source] [destination]

For example,

To upload files to LANTA

localuser@localmachine:~/test$ scp localfile.dat hpcuser@transfer.lanta.nstda.or.th:/home/hpcuser (hpcuser@lanta.nstda.or.th) Password: [enter your LANTA password] (hpcuser@lanta.nstda.or.th) Verification code: [enter your 2FA code]

To upload folder/directory to LANTA

localuser@localmachine:~/test$ scp -r local-directory hpcuser@transfer.lanta.nstda.or.th:/home/hpcuser (hpcuser@lanta.nstda.or.th) Password: [enter your LANTA password] (hpcuser@lanta.nstda.or.th) Verification code: [enter your 2FA code]

TARA to LANTA file transfer

On TARA HPC, using scp command and specify the follow detail.

For example,

, where lantauser is your LANTA username.


Large file transfer

To transfer large file(s) transfer that take more than 5 minutes to transfer, please only use the data transfer node (transfer.lanta.nstda.or.th) which is specifically designed for transferring large data files.

For example,

case a) transfer file from your PC

case b) download data from internet


rsync

As LANTA using sticky bit to preserve group owner in the project directory. Using rsync -a will preserve original permission which not suitable for LANTA setting resulting in either permission denied or disk quota exceeded error. We suggest ti use the following option when you are using rsync command.