SCP client for iMac
Hi, is there an app to substitute Winscp?
I have tried Filezilla and Cyberdock but they don't have the SCP protocol?
Thats
iMac, OS X 10.11
Hi, is there an app to substitute Winscp?
I have tried Filezilla and Cyberdock but they don't have the SCP protocol?
Thats
iMac, OS X 10.11
You can use the scp command from the
Applications -> Utilities -> Terminal app
https://www.ssh.com/academy/ssh/scp
macOS comes with ssh, scp and sftp built-in.
It is not a GUI, but it is the real scp command.
man scp
from the Terminal can give you the scp command syntax.
Note: it is possible to use scp from Filezilla
https://www.bettertechtips.com/how-to/use-scp-filezilla/
You can use the scp command from the
Applications -> Utilities -> Terminal app
https://www.ssh.com/academy/ssh/scp
macOS comes with ssh, scp and sftp built-in.
It is not a GUI, but it is the real scp command.
man scp
from the Terminal can give you the scp command syntax.
Note: it is possible to use scp from Filezilla
https://www.bettertechtips.com/how-to/use-scp-filezilla/
thanks so much Bob.
It's working.
SCP client for iMac