sftpserver icon indicating copy to clipboard operation
sftpserver copied to clipboard

How to get started tutorial..?

Open wordlessly opened this issue 5 years ago • 5 comments

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?

wordlessly avatar Jul 31 '19 08:07 wordlessly

What platform are you running on?

a-schild avatar Jul 31 '19 17:07 a-schild

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

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

wordlessly avatar Jul 31 '19 19:07 wordlessly

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 avatar Jun 25 '20 16:06 ggrandes

hello: I am using your project, but there is a problem in the process of using it. The connection time is too short. Is there any way to modify the timeout? I found the configuration file and every directory, but no configuration parameters were found

thanks,please

xugongwei1996 avatar Dec 02 '20 03:12 xugongwei1996

I'd like to set up the sftpd user is not chrooted. What chages should I do in order to accomplish this.

leopitris avatar Feb 12 '21 20:02 leopitris