Sublime Forum

Multiple connection erros with sftp

#1

Hi!
Since a while I get the following problems with SFTP:

[quote]Traceback (most recent call last):
File “/Users/wbond/Library/Application Support/Sublime Text 3/Packages/SFTP/sftp/ftp_transport.py”, line 189, in handle_ftp_error
File “/Users/wbond/Library/Application Support/Sublime Text 3/Packages/SFTP/sftp/ftp_transport.py”, line 105, in do_connect
File “/Users/wbond/Library/Application Support/Sublime Text 3/Packages/SFTP/sftp/ftplib2.py”, line 471, in login
File “/Users/wbond/Library/Application Support/Sublime Text 3/Packages/SFTP/sftp/ftplib2.py”, line 307, in sendcmd
File “/Users/wbond/Library/Application Support/Sublime Text 3/Packages/SFTP/sftp/ftplib2.py”, line 276, in getresp
SFTP.sftp.ftplib2.error_perm: 530 Sorry, the maximum number of clients (10) for this user are already connected.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/Users/wbond/Library/Application Support/Sublime Text 3/Packages/SFTP/sftp/threads.py”, line 15, in run_with_except_hook
File “/Users/wbond/Library/Application Support/Sublime Text 3/Packages/SFTP/sftp/file_transfer.py”, line 55, in run
File “/Users/wbond/Library/Application Support/Sublime Text 3/Packages/SFTP/sftp/file_transfer.py”, line 182, in clone
File “/Users/wbond/Library/Application Support/Sublime Text 3/Packages/SFTP/sftp/ftp_transport.py”, line 157, in connect
File “/Users/wbond/Library/Application Support/Sublime Text 3/Packages/SFTP/sftp/ftp_transport.py”, line 145, in connect
File “/Users/wbond/Library/Application Support/Sublime Text 3/Packages/SFTP/sftp/ftp_transport.py”, line 295, in handle_ftp_error
SFTP.sftp.errors.AuthenticationError: Invalid login/password specified[/quote]

In console I just have this concerning the SFTP Plugin:

[quote]warning: mnemonic b not found in menu caption SFTP/FTP
warning: mnemonic b not found in menu caption SFTP/FTP
[/quote]

I can not found anything helpful in www. Maybe anybody here can help please?

Thx!
Falk

0 Likes