Transfer from lxplus to local computer

Hello everyone,
I am trying to copy files from remote to local with scp command.
After the process,everything looks fine, but i cannot find the file.

MacBook-Pro:~ Atakan$ scp takmete@lxplus042.cern.ch:fitresults.gif ./

The authenticity of host ‘lxplus042.cern.ch (188.184.95.116)’ can’t be established.
RSA key fingerprint is SHA256:9RdZ+nAMvKXztkyuirJrZYSuDSzmF2AGHN/ozPIIaVw.
Are you sure you want to continue connecting (yes/no)? yes

Warning: Permanently added ‘lxplus042.cern.ch’ (RSA) to the list of known hosts.
Password:

System during compilation: Scientific Linux CERN SLC release 6.8 (Carbon)

MacBook-Pro:~ Atakan$ ls

Applications Library ex1.py
Desktop Movies ibt_application.log
Documents Music Downloads
Pictures Dropbox Public
Dropbox (METU SHiP Group) Dropbox (Personal)

Can anyone help me?
thank you for your time.

Where is fitresults.gif on lxplus?

Hi,

scp takmete@lxplus.cern.ch:/afs/cern.ch/user/t/takmete/public/fitresults.gif ~/

and the file will be in /Users/Atakan/fitresults.gif.

Axel.

Hi,
Thanks a lot.
Reason of this situation was that i need to use sftp command instead of scp, and also I needed to unset the environment which i did on .bashrc,

Well, the command I quoted worked just fine for me.

Axel

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.