Skip to content

Commit

Permalink
Initial description
Browse files Browse the repository at this point in the history
This is still work in progress as I type this, 90% done
  • Loading branch information
kowalsk committed Jan 11, 2016
1 parent a59ac3e commit 62663e6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Linux-SFTP-script
Script for sending multiple files from Linux to SFTP server

This will eventually be used for sending files using SFTP. There is no password required as this is using keys, more info:
https://askleo.com/how_can_i_automate_an_sftp_transfer_between_two_servers/

There will be one script doing these steps:
- renaming file to FILENAME.tmp
- making connection to the SFTP
- uploading the file
- renaming uploaded file back to FILENAME (with no .tmp)
- deleting original local file

This script will be wrapped with another script that will be running for all files in the local directory,
running above script once per each file.

0 comments on commit 62663e6

Please sign in to comment.