Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l-super/scptool
scp gui tool
https://github.com/l-super/scptool
Last synced: 6 days ago
JSON representation
scp gui tool
- Host: GitHub
- URL: https://github.com/l-super/scptool
- Owner: L-Super
- License: mit
- Created: 2023-09-29T14:53:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-09T05:32:01.000Z (10 months ago)
- Last Synced: 2024-01-09T06:37:31.142Z (10 months ago)
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScpTool
This is a graphical tool based on the `scp` command, with the goal of transferring files between remote and local hosts more easily, without having to remember the `scp` command.基于 `scp` 命令做的一款图形化工具,目的是不需要记住 `scp` 命令,就可以更容易的在远程主机与本地主机间传输文件。
![](images\screenshot_1.png)
### feature
+ Upload file to remote host
+ Download file/folder from remote host### todo
- [ ] Support multi-file upload
- [ ] Improve UI