To access our file server here, I need to connect first to a server which is public available and then open a second ssh connection to that server. If I need to copy files, I first need to copy them from the file server to the public available server. Then I can use a tool like Cyberduck (MAC) or WinSCP on (WINDOWS) to confortable browse and download the files. Is there a tool available where I can configure to connect directly to the target server?
|
feedback
|
|
You can first create an ssh tunnel with
With Mac you probably can just replace After that you can connect your Cyberduck or WinSCP to To make this easier, you can write a script. For example in Mac, something like
should do it. :) | |||
|
feedback
|