Sublime Forum

Sublime SFTP and FTP Plugin (w/ Remote Browsing)

#126

:smiley: oh yes please, and thx

0 Likes

#127

oh good - thank you. looking forward to it

0 Likes

#128

Hopefully it’s closer to your two week estimate than farther; I just upgraded and your (essential) plugin is the only one holding me back from moving to ST3 completely. Hopefully ST3 will add the apis for programmic folder panel control (for remote directory listings), that would make my day.

0 Likes

#129

I’m not sure if I want this plugin again or not. Not having it stops me from carelessly deploying files straight to production servers for quick testing ^^;.

(i can’t say i don’t miss it though)

0 Likes

#130

[quote=“wbond”]Just an update for everyone, I have a preliminary port to ST3 running locally. I need some more time and testing before I release it. Hopefully you should all see something in a week or two.

Sorry for it taking so long, but thank you for your patience![/quote]

In Sat 3 weeks from this post. I miss for quick ftp upload in ST3.

0 Likes

#131

Any news on the update to ST3 yet?

0 Likes

#132

SFTP is ported to ST3, but the issue is distribution since the .pyc files are different for Python 2.6 (Sublime Text 2) and Python 3.3 (Sublime Text 3).

I’ve been making a really big push the past few weeks to finish up Package Control 2.0 so that I can distribute SFTP for ST3. With any luck I should be releasing it all within 24-48 hours.

0 Likes

#133

[quote=“wbond”]SFTP is ported to ST3, but the issue is distribution since the .pyc files are different for Python 2.6 (Sublime Text 2) and Python 3.3 (Sublime Text 3).

I’ve been making a really big push the past few weeks to finish up Package Control 2.0 so that I can distribute SFTP for ST3. With any luck I should be releasing it all within 24-48 hours.[/quote]

That sounds awesome! Thanks for the effort :smile: Really looking forward to it!

0 Likes

#134

amazing news!

0 Likes

#135

Im getting the following error with all my sites and the latest sftp plugin in sublime 2 on linux and mac:

2013-08-10 18:48:28, SFTP Unknown Error:
------------------------------------------------------------
Traceback (most recent call last):
File “./sftp/ftp_transport.py”, line 186, in handle_ftp_error
File “./sftp/ftp_transport.py”, line 74, in do_connect
File “./sftp/ftp_transport.py”, line 48, in create
AttributeError: ‘tuple’ object has no attribute ‘major’

------------------------------------------------------------
0 Likes

#136

I am having the same problem too on my Mac right after I did a system update on my Mac…

2013-08-10 13:54:21, SFTP Unknown Error:
------------------------------------------------------------
Traceback (most recent call last):
File “./sftp/ftp_transport.py”, line 186, in handle_ftp_error
File “./sftp/ftp_transport.py”, line 74, in do_connect
File “./sftp/ftp_transport.py”, line 48, in create
AttributeError: ‘tuple’ object has no attribute ‘major’

------------------------------------------------------------
0 Likes

#137

If you run Upgrade Package, you’ll see version 1.11.1 which fixes this bug.

0 Likes

#138

Just upgraded and can confirm that it fixes the bug for me on Linux, thanks a lot.

0 Likes

#139

[quote=“wbond”]SFTP is ported to ST3, but the issue is distribution since the .pyc files are different for Python 2.6 (Sublime Text 2) and Python 3.3 (Sublime Text 3).

I’ve been making a really big push the past few weeks to finish up Package Control 2.0 so that I can distribute SFTP for ST3. With any luck I should be releasing it all within 24-48 hours.[/quote]

Any news on this?

0 Likes

#140

Package Control and SFTP are working with ST3. Since a few days … :wink:

0 Likes

#141

:astonished: cool, SFTP works with ST3! :smile:

0 Likes

#142

Mr. Bond is indeed on a tear. SFTP 1.11.3 installed from PC 2.0 in ST3 on OS X. I copied my ST2 Packages/User/sftp_servers directory and SFTP.sublime-settings file into ST3’s parallel location, and all seems well. That makes ST2 vestigial to my world. Good.

0 Likes

#143

Hi,

I’m pretty new to Sublime Text and of course also Sublime FTP plugin - and thumbs up for this great plugin.

I have set xx to true. When I open Sublime Text, make changes to a file and hit save, I get the error “File not found” and in the console I get the following: “Validating remote folder “/public_html/” … failure (File not found)”. Afterwards I get a list of files and directories in the public_html folder. I don’t get the error the next time I hit save while the connection is still open. This time it says: “Validating remote folder “/public_html/” … success”.

It probably hasn’t anything to do with the plugin. But do you have any idea on what’s going on?

/Carl

0 Likes

#144

Great, love it.

0 Likes

#146

Is there a way to whitelist files instead of using ignore_regexes? I just want that one particular file always gets uploaded on save. Let’s say the file is called “test-file.txt”. I guess I can do that with ignore_regexes and negative lookahead but I have problems putting that together. Thanks!

0 Likes