Trying to access client from public network (not from localhost) is only possible with pin code. Pin code is shown in the top right corner of the page and in client logs. Pin code is generated each time you start the client and is stored in memory.
cd <YOUR_WORK_DIR> (directory should be in GOPATH)
mkdir -p src/github.com/anikitenko
cd src/github.com/anikitenko
git clone [email protected]:anikitenko/mini-sftp-client.git
If you are able to authenticate without password on your server, you may ignore password field
During establishing SSH connection client will try to use .ssh/id_rsa and .ssh/id_dsa if client finds them
Unsure about connection? Use Test button
Changing connection name also changes title of the page.
Open client in a couple of tabs, change connection name and
you will be able to distinguish different connections
After you successfully established connection, client will try to detect remote and local home directories
Button to Test connection is disabled after successful connection
This is because you can enter credentials to 1 server and if you test
for another, input data remains and button to ReConnect also remains,
so silly click on it will cause all data to load from your another server