Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get started tutorial..? #16

Closed
wordlessly opened this issue Jul 31, 2019 · 5 comments
Closed

How to get started tutorial..? #16

wordlessly opened this issue Jul 31, 2019 · 5 comments
Assignees
Labels

Comments

@wordlessly
Copy link

Hi,

I downloaded the latest release and played around with sftpd.sh start or pwd. I don't manage to get it running. Somethings is not right. I seems to look for files in /opt/sftpd/... and then fails.

Maybe there is a step-by-step guide showing how it is done?

@a-schild
Copy link

What platform are you running on?

@wordlessly
Copy link
Author

wordlessly commented Jul 31, 2019

Linux
As I said, a step-by-step guide would help.

  1. extract release archive
  2. ...
  3. ...

@ggrandes
Copy link
Owner

Quick-start Guide
In console 1
export SFTPD_HOME=/tmp/sftpd
mkdir -pm775 $SFTPD_HOME
cd $SFTPD_HOME
unzip -o /tmp/sftpserver-X.X.X-bin.zip 
${SFTPD_HOME}/bin/sftpd.sh run sampleconf
In console 2
# sftp -P 22222 test@localhost
Password authentication
Password: clean-unencripted-password
Connected to localhost.
sftp> pwd
Remote working directory: /
sftp> quit

@ggrandes ggrandes self-assigned this Jun 25, 2020
@xugongwei1996

This comment was marked as off-topic.

@leopitris

This comment was marked as off-topic.

Repository owner locked as resolved and limited conversation to collaborators Jul 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants