Selecting multiple file

i need to select at leaset 100000 file sin ssh copy how can i do this without holding shift and the down arrow

Instead of SSH Copy, I would recommend you use sftp interactive command to get and put large number of files with a glob argument:

Amaro, this is where the command line is way more powerful:-)

sftp, scp or even rsync if it’s a sync operation. All works just fine over ssh and be sure use ssh keys for easier connection.

Thanks
Mikael

1 Like