Sublime Forum

Problem in use sftp package

#1

hi
i install sftp package and in sftp browser make one sftp for my site.
but after run this sftp show this error:

Sublime sftp
connection refused

how to fix this problem…?
thanks for kindness

0 Likes

#2

please help to fix this problem

0 Likes

#3

anybody know how to fix this problem…?
i need sftp for sublimetext

0 Likes

#4

You probably are connecting using the wrong “type” or port number.

0 Likes

#5

i use 21 and 22 port number, but again error.

0 Likes

#6

Have you been able to successfully connect to the ftp site with a different tool? If yes, then you must have made a mistake in the configuration of “Sublime SFTP”. Are you using the right userid and password?

0 Likes

#7

i connect to ftp correctly, but in sublime sftp i can’t connect to host.
i try many time, but can’t do this.

please write one example for me.

0 Likes

#8

please help me…
I can’y use SFTP in sublimetext

0 Likes

#9

Same here! But:

I used it since a long time now and also today. Just from one moment to another I got the alert:

“Sublime SFTP
Connection refused”

Thats really bad, because I need to get a lot of things done this week. At the moment I am really in time-problems and actually do not have time to play this game :confused:

My console doesn’t show anything relevant I think:

[quote]DPI scale: 1
startup, version: 3065 linux x64 channel: stable
executable: /opt/sublime_text/sublime_text
working dir: /
packages path: /home/falk/.config/sublime-text-3/Packages
state path: /home/falk/.config/sublime-text-3/Local
hardware concurrency: 4
zip path: /opt/sublime_text/Packages
zip path: /home/falk/.config/sublime-text-3/Installed Packages
found 9 files for base name Default.sublime-keymap
found 1 files for base name Default.sublime-mousemap
found 8 files for base name Main.sublime-menu
loading bindings
loading pointer bindings
found 1 files for base name Default.sublime-theme
theme loaded
app ready
wrote startup cache, added files: 1 orphaned files: 0 total files: 195 cache hits: 194
pre session restore time: 0.120283
Loading dictionary Packages/Language - English/en_US.dic
using gamma: 1 (err: 0)
startup time: 0.230927
first paint time: 0.236679
launching: /opt/sublime_text/plugin_host
reloading plugin Default.block
reloading plugin Default.comment
reloading plugin Default.copy_path
reloading plugin Default.delete_word
reloading plugin Default.detect_indentation
reloading plugin Default.duplicate_line
reloading plugin Default.echo
reloading plugin Default.exec
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading plugin Default.indentation
reloading plugin Default.kill_ring
reloading plugin Default.mark
reloading plugin Default.new_templates
reloading plugin Default.open_file_settings
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.swap_line
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.trim_trailing_white_space
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin 0_package_control_loader.00-package_control
reloading plugin 0_package_control_loader.01-ssl-linux
Linux SSL: successfully loaded _ssl module for libssl.so.1.0.0
reloading plugin 0_package_control_loader.02-bz2
reloading plugin Minifier.Minify
reloading plugin Package Control.Package Control
loaded 839 snippets
reloading plugin Package Control.bootstrap
reloading plugin SideBarEnhancements.SideBar
reloading plugin SideBarEnhancements.SideBarAPI
reloading plugin SideBarEnhancements.SideBarDefaultDisable
reloading plugin SublimeLinter-gjslint.linter
SublimeLinter: gjslint linter loaded
reloading plugin sublimelint.commands
reloading plugin sublimelint.sublimelint
reloading plugin HTMLBeautify-master.HTMLBeautify
reloading plugin SFTP.SFTP
SFTP: enabling custom linux ssl module
SFTP: successfully loaded _ssl module for libssl.so.1.0.0
reloading plugin SublimeLinter.commands
reloading plugin SublimeLinter.sublimelinter
reloading plugin js-beautify-sublime-master.jsbeautify
plugins loaded
SublimeLinter: debug mode: on
SublimeLinter: temp directory: /tmp/SublimeLinter3-falk
SublimeLinter: found existing Rails syntax, version 1
SublimeLinter: found existing HTML syntax, version 3
found 8 files for base name Main.sublime-menu
Package Control: Skipping automatic upgrade, last run at 2015-03-24 09:16:35, next run at 2015-03-24 10:16:35 or after
Writing file /home/falk/Arbeit/senseless/operativ/Kleine/www/fileadmin/templates/css/styles.css with encoding UTF-8 (atomic)
error: Sublime SFTP

Connection refused
[/quote]

Please help. :smile:

Falk

0 Likes

#10

Oh wie schlecht!

der Wlan-Zugang wurde zwischenzeitlich verändert, so dass garkein ftp mehr möglich ist!

:smile:

0 Likes

#11

i am having ur same prblm
error:
Connecting to FTP server “192.168.0.147” as “kols” … failure (Connection refused)

0 Likes

#12

i have same of ur probem .
i sloved it.
see the below link to slove ur problem

packagecontrol.io/installation#st3
youtu.be/QQK7syTm8Nc
sublimetext.com/forum/viewt … =2&t=19412

fisrt see the link of youtube vedio the vedio is for ftp

for me i did sftp
u can edit the sftp setup like that

sloution:

“type”: “sftp”,

"sync_down_on_open": true,
"sync_same_age": true,

"host": "192.168.0.114",
"user": "root",
"password": "tevatel",
"port": "22",

"remote_path": "/var/www/html/",
0 Likes

#13

Обратите внимание на строчку “type”: “sftp” or “ftp” в зависимости от того по какому протоколу подключаетесь. От этого данная ошибка и происходит. Логин и пароль внимательно, а также имя сервера.

0 Likes

#14

I fix this installing the openssh-server in my ftp server.

0 Likes