upa / mscp

mscp: transfer files over multiple SSH (SFTP) connections
GNU General Public License v3.0
118 stars 10 forks source link

Proxyjump #15

Closed WeichenFan closed 5 months ago

WeichenFan commented 5 months ago

Hi,

Thx for your great work! Does mscp support proxyjump? For example: scp -r -P 2222 -J user1@addr user2@addr:path path

Thx!

upa commented 5 months ago

Hi,

-J destination is added to the dev branch (https://github.com/upa/mscp/commit/4ce62079cf1254553cd34e5d3b315e1548bfa191). libssh, which mscp uses, has already supported proxycommand and proxyjump. mscp -J option just utilizes it.

-J option will be included in the next release.

upa commented 5 months ago

mscp v0.2.0 including the proxyjump feature is released.