A
A
Alexander Arbuzov2018-04-06 17:54:32
linux
Alexander Arbuzov, 2018-04-06 17:54:32

How to work with ftps in the linux console?

There is a remote server on Win. Connection via FTPS only. It is necessary to take the site sources from it to a new server under linux. Usually I do all these things through MC.
Here the cant - mc does not want to connect via ftps. Can you tell me how to get the files? It would be desirable to avoid intermediate copying on the local machine.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Aleksandrov, 2018-04-06
@arbuzzz

Mount via curlftpfs and also work via MS when you are done unmount. For convenience, you can make your own menu items for these actions.

D
Dmitry Shitskov, 2018-04-06
@Zarom

curl --ftp-ssl --user name:passwd ftp://ftp.host.com/

or
curl --user name:passwd ftps://ftp.host.com/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question