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

SFTP Daemon is not working #8

Open
sham1111 opened this issue Apr 27, 2021 · 2 comments
Open

SFTP Daemon is not working #8

sham1111 opened this issue Apr 27, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@sham1111
Copy link

Hi!
I have tried to run the SFTP daemon by this command and it works until I don't don't close the session. After close the session I could not able to connect with SFTP. Can you please read the guide how can we run daemon so sftp should be available at the time. Here was my command.

nohup node sftp-gcs --debug=debug --bucket gs://import-bq --port=9022 --user=****** --password=******** > /dev/null 2>&1 &

@kolban-google
Copy link
Owner

The command looks perfect. My plan is to run this in my own sandbox and see if I can recreate.

@kolban-google kolban-google self-assigned this Apr 28, 2021
@kolban-google kolban-google added the bug Something isn't working label Apr 28, 2021
@jogoldberg
Copy link
Contributor

@sham1111 - I use pm2 to run the nodeJS app as a daemon and it works great
Check it out here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants