rsync icon indicating copy to clipboard operation
rsync copied to clipboard

Understanding ssh URLs like ssh://host:port/...

Open hadmut opened this issue 3 months ago • 0 comments

Hi,

It would be very nice and convenient, if rsync could understand not just the [USER@]HOST:SRC notation for using ssh, but the generalized URL form like

ssh://user@host:port/path or even ssh://user:password@host:port/path

syntax to comply with the general URL syntax as used by many other programs like git, like it does with rsync://...

It would be much easier for scripts etc. to use a unified location.

best regards

hadmut avatar Sep 08 '25 23:09 hadmut