https://github.com/sdhutchins/shinySCP
  
  
    shinySCP is a shiny app built for fun to mimic existing SCP apps such as WinSCP or FileZilla. 
    https://github.com/sdhutchins/shinySCP
  
app r rshiny scp shiny ssh winscp
        Last synced: 3 months ago 
        JSON representation
    
shinySCP is a shiny app built for fun to mimic existing SCP apps such as WinSCP or FileZilla.
- Host: GitHub
 - URL: https://github.com/sdhutchins/shinySCP
 - Owner: sdhutchins
 - License: mit
 - Created: 2019-01-07T09:28:49.000Z (almost 7 years ago)
 - Default Branch: master
 - Last Pushed: 2024-08-28T23:14:17.000Z (about 1 year ago)
 - Last Synced: 2025-04-03T08:23:23.748Z (7 months ago)
 - Topics: app, r, rshiny, scp, shiny, ssh, winscp
 - Language: R
 - Homepage: https://connect.posit.cloud/sdhutchins/content/01919b3d-3ee9-1f01-5532-b15f81723a71
 - Size: 111 KB
 - Stars: 6
 - Watchers: 2
 - Forks: 0
 - Open Issues: 1
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- jimsghstars - sdhutchins/shinySCP - shinySCP is a shiny app built for fun to mimic existing SCP apps such as WinSCP or FileZilla. (R)
 
README
          # shinySCP
shinySCP is a shiny app built for fun to mimic existing SCP apps such as WinSCP or FileZilla.
## Why shinySCP?
This is just a way for me to learn more about shiny and see one of my ideas come to life.
## Requirements
```r
pkgs <- c('ssh', 'shiny', 'shinythemes')
install.packages(pkgs)
```
## What's next for shinySCP?
Currently, the implementation only allows you to login to your server.
Going forward...I have a few ideas for this app...
- [ ] Allow upload and download of files via the [ssh](https://github.com/ropensci/ssh) package.
- [ ] Allow users to view contents of their files.
- [ ] Allow file operations such as deletion or creation.
- [ ] Allow users to perform other commands via ssh.
## Author
Shaurita Hutchins · [@sdhutchins](https://github.com/sdhutchins) · [:email:](mailto:sdhutchins@outlook.com)
## License
[MIT](https://github.com/sdhutchins/shinySCP/blob/master/LICENSE)