Sublime Forum

Connection failure

#1

I have installed ST on a MacOS 14.3.1.

When I set up the server, I get “sshuser” …… success. But validating remote folder reports "failure (permission denied). It reported the exceptions below; how do I get it working? I have confirmed the password does allow sshuser access in Terminal.

Traceback (most recent call last):
File “\?\C:\Users\will\AppData\Roaming\Sublime Text\Packages\SFTP\sftp\commands.py”, line 585, in make_connection
File “\?\C:\Users\will\AppData\Roaming\Sublime Text\Packages\SFTP\sftp\sftp_transport.py”, line 505, in ls
SFTP.sftp.errors.PermissionError: Permission denied

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “\?\C:\Users\will\AppData\Roaming\Sublime Text\Packages\SFTP\sftp\threads.py”, line 43, in run_with_except_hook
File “\?\C:\Users\will\AppData\Roaming\Sublime Text\Packages\SFTP\sftp\threads.py”, line 152, in handler
File “\?\C:\Users\will\AppData\Roaming\Sublime Text\Packages\SFTP\sftp\commands.py”, line 522, in run
File “\?\C:\Users\will\AppData\Roaming\Sublime Text\Packages\SFTP\sftp\commands.py”, line 594, in make_connection
File “\?\C:\Users\will\AppData\Roaming\Sublime Text\Packages\SFTP\sftp\sftp_transport.py”, line 505, in ls
SFTP.sftp.errors.PermissionError: Permission denied

0 Likes

#2

That looks like the user has no read permission (since it failed to ls).

0 Likes

#3

Got it working. Thanks for your help.

0 Likes