https://github.com/suuhm/powerpscp-gui
Graphical interface for PSCP purely written in Powershell
https://github.com/suuhm/powerpscp-gui
powershell-gui pscp putty scp ssh windows
Last synced: about 1 month ago
JSON representation
Graphical interface for PSCP purely written in Powershell
- Host: GitHub
- URL: https://github.com/suuhm/powerpscp-gui
- Owner: suuhm
- Created: 2024-04-24T19:57:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T18:36:00.000Z (over 1 year ago)
- Last Synced: 2025-06-04T03:41:13.648Z (about 1 year ago)
- Topics: powershell-gui, pscp, putty, scp, ssh, windows
- Language: PowerShell
- Homepage:
- Size: 386 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerPSCP-Gui

Graphical interface for PSCP purely written in Powershell
>
>> Runs on all Powershell versions
>>
>> Smart Gui for uploading your stuff
>>
>> Automatic detection of ssh server Hostkey if no regitry key is cached
>


## Start with:
```powershell
Set-ExecutionPolicy -ExecutionPolicy Bypass
.\powerpscp-gui.ps1
```
## Usage:
1. Download PSCP from https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html or use the pscp.exe in this repo
2. Setup Server, Port, Username and Password of your SSH Server
3. Click "..." and choose the file you want upload
4. Start Upload
## This script is beta version , so be aware for some bugs!
Have fun.