Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoran-jankov/remote-computer-file-transfer
This script transfers files to remote computers. In `Files-Paths.txt` file user can write full paths to files for transfer, and in `Remote-Computers.txt` user can write list of remote computers to which files are transferred, ether by hostname or IP address. Script generates detailed log file and report that is sent via email to system administrators.
https://github.com/zoran-jankov/remote-computer-file-transfer
administrators powershell powershell-script remote script transfer
Last synced: 15 days ago
JSON representation
This script transfers files to remote computers. In `Files-Paths.txt` file user can write full paths to files for transfer, and in `Remote-Computers.txt` user can write list of remote computers to which files are transferred, ether by hostname or IP address. Script generates detailed log file and report that is sent via email to system administrators.
- Host: GitHub
- URL: https://github.com/zoran-jankov/remote-computer-file-transfer
- Owner: Zoran-Jankov
- License: gpl-3.0
- Created: 2020-07-06T13:36:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T20:43:53.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T10:43:45.553Z (2 months ago)
- Topics: administrators, powershell, powershell-script, remote, script, transfer
- Language: PowerShell
- Homepage:
- Size: 90.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remote-Computer-File-Transfer
[![made-with-powershell](https://img.shields.io/badge/PowerShell-1f425f?logo=Powershell)](https://microsoft.com/PowerShell)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5c70c4753a6f4bb69767d238dc41eec0)](https://www.codacy.com/gh/Zoran-Jankov/Remote-Computer-File-Transfer/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Zoran-Jankov/Remote-Computer-File-Transfer&utm_campaign=Badge_Grade)
[![CodeFactor](https://www.codefactor.io/repository/github/zoran-jankov/remote-computer-file-transfer/badge)](https://www.codefactor.io/repository/github/zoran-jankov/remote-computer-file-transfer)## Description
This script transfers files to remote computers. In [`Files-Paths.txt`](https://github.com/Zoran-Jankov/Remote-Computer-File-Transfer/blob/master/File-Paths.txt) file user can write full paths to files for transfer, and in [`Remote-Computers.txt`](https://github.com/Zoran-Jankov/Remote-Computer-File-Transfer/blob/master/Computer-List.txt) user can write list of remote computers to which files are transferred, ether by hostname or IP address. Script generates detailed log file and report that is sent via email to system administrators.
## Licence
[***GNU General Public License Version 3***](https://www.gnu.org/licenses/gpl-3.0)
[![License: GPL v3](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0)
## Credits
### Author
Script developer: [Zoran Jankov](https://www.linkedin.com/in/zoran-jankov-b1054b196/)