Skip to content

Collection of scripts to transfer files/directories between servers

License

Notifications You must be signed in to change notification settings

gwebu-team/data_transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File Transfer Script

This script is used for transferring files from a source directory to a destination directory on a remote server using SSH and netcat.

Usage

To use the script, run it with the following arguments:

  • -s: path to the source data directory
  • -r: receiver host address
  • -p: port number
  • -u: username for the receiver host
  • -d: destination path on the receiver
  • -l: rate limit for the transfer
  • -q: (optional) be quiet mode

Example:

./file_transfer.sh -s /path/to/source -r 192.168.0.2 -p 12345 -u username -d /path/on/receiver -l 1G

About

Collection of scripts to transfer files/directories between servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages