exitcode 127

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
jonf
500 Command not understood
Posts: 1
Joined: 2010-07-23 08:49

exitcode 127

#1 Post by jonf » 2010-07-23 08:58

Greetings,

I'm trying to access my Synology NAS drive via SFTP for admin-related tasks, but when I try to connect I get the following error in Filezilla:

Code: Select all

Error:	Connection closed by server with exitcode 127
Error:	Could not connect to server
I've tried searching the forum and Google but nothing appears to come up for this message. Is it a misconfiguration of the NAS drive's SFTP server, or is there something else I'm missing?

Any help would be appreciated. Thanks.


Regards,

Jon.

User avatar
boco
Contributor
Posts: 26930
Joined: 2006-05-01 03:28
Location: Germany

Re: exitcode 127

#2 Post by boco » 2010-07-23 10:07

I think your NAS does not expect an SFTP session, but an SSH (secure shell) session. FileZilla does only support SFTP, not SSH. For connecting to the NAS using SSH, use PuTTY.

My NAS is configured for SSH access as well. I get the same exitcode 127 if I try SFTP on this port.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

User avatar
botg
Site Admin
Posts: 35552
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: exitcode 127

#3 Post by botg » 2010-07-23 22:14

SFTP is a sub-protocol of SSH.

Post Reply