Coder Social home page Coder Social logo

anikitenko / mini-sftp-client Goto Github PK

View Code? Open in Web Editor NEW
19.0 5.0 9.0 4.55 MB

Mini web sFTP client written on Go using Revel Framework with API support

License: MIT License

Go 45.87% HTML 11.44% CSS 1.57% JavaScript 38.35% Shell 1.87% Dockerfile 0.90%
revel golang go sftp-client sftp minimal miniweb ssh docker docker-image

mini-sftp-client's People

Contributors

anikitenko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

mini-sftp-client's Issues

API support

Need to think about API support in future release

Remove file/directory

Is your feature request related to a problem? Please describe.
Not always files that I download are the ones that I need.

Describe the solution you'd like
Could be cool to have an option to delete local file.

Describe alternatives you've considered
Possibly could be realized via context menu

Additional context
Possibly related to #35

Save credentials

Is your feature request related to a problem? Please describe.
If I open new tab I want to see a list of saved connections

Describe the solution you'd like
In order to avoid cookies this could be saved for now in memory until application stops

Describe alternatives you've considered
Cookies are great for this so we can have an extra option if I want credentials to be saved permanenty for page (in case I always access http://127.0.0.1:9000) so I understand that for this cookies will be used

Show file content

Is your feature request related to a problem? Please describe.
After I downloaded a file, I want to open it

Describe the solution you'd like
When downloading a directory, I can navigate to it but for files I need to open explorer/Finder and search for that file and then open it

Describe alternatives you've considered
Think it can be relized via context menu

Additional context
Possible can be related to #35

Ability to use a key to connect via SSH

Is your feature request related to a problem? Please describe.
We need to be able to connect via SSH using key

Describe the solution you'd like
Good to have some dropdown on Connect button which will allow me to open window to select my key, optionally enter password to it and click to use it

README updates related to docker

Need to specify:

  • For master image tag is "stable"
  • For staging image tag is "latest" OR "staging"
  • For tag build tag == image tag

Ability to stop download process

Is your feature request related to a problem? Please describe.
Sometimes we need to be able to stop long download process

Describe the solution you'd like
Download can take too much time but we need to be able to stop it

Backup or overwrite when file already exists

Is your feature request related to a problem? Please describe.
Sometimes I need to keep source file and download new one.

Describe the solution you'd like
When dealing with logs it would be better to prompt for overwrite, backup or cancel

Pin code

Hi,
Kindly ask where I can find the pin code. I don't understand what's the top right corner mean.
Thanks

Setup Airbrake for your Go application

Example Usage

To include Airbrake in your GoLang application you'll need to import the Gobrake code, available at https://github.com/airbrake/gobrake (You can find your project ID and API KEY with your project's settings):

package main

import (
    "errors"

    "github.com/airbrake/gobrake"
)


var airbrake = gobrake.NewNotifier(<Your project ID>, "<Your project API KEY>")


func init() {
    airbrake.AddFilter(func(notice *gobrake.Notice) *gobrake.Notice {
        notice.Context["environment"] = "production"
        return notice
    })
}

func main() {
    defer airbrake.Close()
    defer airbrake.NotifyOnPanic()

    airbrake.Notify(errors.New("operation failed"), nil)
}

Check out our official GitHub repo for info on advanced features like ignoring errors and setting error severity.

Extra options

Having button like "Unveil extra options" could provide such helpful options like:

  • Drag & Drop docker images
  • Drag & Drop authorized_keys (to access remote without password)
  • Drag & Drop some other helpful things

Non english names are displaying incorrectly

Describe the bug
When listing a directory, non english names are displaying incorrectly

To Reproduce
Steps to reproduce the behavior:

  1. Go to http://127.0.0.1:9000
  2. Create on local machine directory with name Мои Документы
  3. Refresh local directory
  4. See how "Мои Документы" i displayed

Expected behavior
"Мои Документы" should be a directrory and clickable

Desktop (please complete the following information):

  • OS: Windows
  • Browser Chrome latest
  • Version 1.0-RC2

During update static files are not updated

Describe the bug
During update static files are not updated. Only core is updated.

To Reproduce
On new release try to update. Functionality is updated but JS/CSS are not

Expected behavior
During update new version of public folder should be downloaded as well.

Desktop (please complete the following information):

  • OS: Windows/OS X/Linux
  • 1.0.1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.