mscp icon indicating copy to clipboard operation
mscp copied to clipboard

mscp: transfer files over multiple SSH (SFTP) connections

Results 5 mscp issues
Sort by recently updated
recently updated
newest added

Nice project, I was going to write something like this, on this weekend (I already have a script to copy a lot of files in parallel, but also needed one...

Hey there, a colleague saw your presentation at PEARC and sent me a link. Have you looked at hpn-ssh in terms of mscp? If not please take a look GitHub.com/rapier1/openssh-portable....

Hi Here is the build output : lots of deprecated functions : ```bash nba@lap-nba:/usr/src/mscp/build$ make [ 2%] Building C object libssh/src/CMakeFiles/ssh-static.dir/agent.c.o [ 2%] Building C object libssh/src/CMakeFiles/ssh-static.dir/auth.c.o [ 4%] Building...

1. When a destination directory `dst` is empty, copy a file `test` as a different name `asdf` under the directory `dst` works. ``` ryzen1 ~/w/m/build > ./mscp test localhost:dst/asdf [=============================================]...

Hey, thanks for this tool, it proved really helpful to me a couple of times! However, now I'm trying to use it to copy files to a remote server that...