Results for "SCP"

Bio-Scripts

  • Inreractive SCP / File transfer !

    ...script echo "Interactive Script to Copy File (files) / Directory using scp" #next line check if entered...py pre-entered file(s) or dir to destination path on destination server scp -r "$filename" "$desthost":"$...

    942 days ago

  • Bash script to transfer files to server !

    # rsync options source destination rsync -azvh --progress PacBio_clean.fa xxx@xxx.xxx.res.in:/home/ # scp source_file_name username@destination_host:destination_folder scp –rpv /datafile xxx@192.168.1.100:/home/me

    796 days ago