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-server doesn't get any events when transferring files #1121

Closed
jatester opened this issue Jan 14, 2022 · 2 comments
Closed

SFTP-server doesn't get any events when transferring files #1121

jatester opened this issue Jan 14, 2022 · 2 comments
Labels

Comments

@jatester
Copy link

jatester commented Jan 14, 2022

Did anyone tested sftp server when using FileZilla? I can get it working when login to sftp in terminal and typing put /file but when I log in in FileZilla and try to move file to remote directory it reconnects and none of available events are triggered. I am testing with debug: console.log and I see only

@jatester jatester changed the title SFTP-server only doesn't get any events when transferring files SFTP-server doesn't get any events when transferring files Jan 14, 2022
@mscdex
Copy link
Owner

mscdex commented Jan 14, 2022

As mentioned in #1119, you need to add handlers for the requests the client is sending.

@SantyTaco
Copy link

SantyTaco commented Dec 19, 2022

@jatester

Did anyone tested sftp server when using FileZilla? I can get it working when login to sftp in terminal and typing put /file but when I log in in FileZilla and try to move file to remote directory it reconnects and none of available events are triggered. I am testing with debug: console.log and I see only

Could you explain me how did you get it working using a terminal? I am getting this message:
% sftp -P 8070 foo@localhost
foo@localhost's password:
Connected to localhost.
Couldn't canonicalize: No error
Need cwd

And I don't know what to do after it, I would like to interact with the server using the terminal commands like this example:
❯ sftp root@172.105.186.216
root@172.105.186.216's password:
Connected to 172.105.186.216.
sftp> ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants