An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# PowerPSCP-Gui
![grafik](https://github.com/suuhm/PowerPSCP-Gui/assets/11504990/3d41ab0b-e68d-452c-bd7c-5de6555e7593)

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
>

![grafik](https://github.com/suuhm/PowerPSCP-Gui/assets/11504990/b0fb9c80-b9d1-473f-aeec-e557f8a9f694)

![grafik](https://github.com/suuhm/PowerPSCP-Gui/assets/11504990/ef6a4370-2caf-4e74-8a41-e694a94224be)

## 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.