timburgess / brackets-ftp-sync

FTP/SFTP for Adobe Brackets
105 stars 19 forks source link

Can't upload files from Linux #7

Open asbruff opened 10 years ago

asbruff commented 10 years ago

Hi, as far as i know this is the only ftp extension in the public brackets extension repository. Good... if it works.

I have some problems loading my project files to my webserver. I fill the spaces with my account settings and an existing remote ftp folder. The only things uploaded are my directories (img, css, js, firebug, etc). Files are not uploaded and remote directories are empty.

I'm running ubuntu 13.10 x86_64 with the last spring36 brackets build.

Parcye commented 10 years ago

Have you checked the console log what error you are getting? I have the same problem but patched my local version to ignore error 450. I have posted my troubles including log in issue 5. I think it might be to do with Passive/active FTP settings. I haven't had any input yet since posting my log.

Verstuurd vanaf remote werkstation

Op 10 feb. 2014 om 14:54 heeft asbruff notifications@github.com het volgende geschreven:

Hi, as far as i know this is the only ftp extension in the public brackets extension repository. Good... if it works.

I have some problems loading my project files to my webserver. I fill the spaces with my account settings and an existing remote ftp folder. The only things uploaded are my directories (img, css, js, firebug, etc). Files are not uploaded and remote directories are empty.

I'm running ubuntu 13.10 x86_64 with the last spring36 brackets build.

— Reply to this email directly or view it on GitHub.

timburgess commented 10 years ago

There are some bug fixes in 1.0.3 which I have uploaded to the Brackets extension registry. Please try 1.0.3 if you are using 1.0.2

If the problem persists, please submit your console output (Debug->Show Developer Tools) so we can see what's going on.

timburgess commented 10 years ago

I have reproduced this issue on Ubuntu 13.10 using 1.0.3. The directory is walked and duplicated but file uploads are failing for some reason yet produce no error. Will try the test framework when ready.

asbruff commented 10 years ago

yep, same error here...

timburgess commented 10 years ago

After my quick test yesterday, I realised I was using an earlier version of Brackets (Ubuntu launcher icon somehow reverted to running Release 28). I have pulled from the git master branch and running the latest Brackets, FTP-Sync 1.0.3 syncs as expected including uploading files.

At Release 34, there were Filesystem API changes so FTP-Sync was changed to cater for that. Please verify what version of Brackets you are running - if there is a newer version available, a present icon appears in the right hand side.

Parcye commented 10 years ago

asbruff: What does the errorlog show ? (F12 in Brackets) and in Chrome select Console.

I have a line: [node-log 3:55:51 PM] cannot stat remote file:Error: 450 /gnx/application/views/generix/field_imagelist.php: No such file or directory

And these files are not uploaded. If the file does exist, it is update if changed.

timburgess commented 10 years ago

@asbruff Were you able to confirm what version of Brackets you were running?

asbruff commented 10 years ago

@timburgess same error here...

[node-log 09:34:02] created remote dir //httpdocs/template/hotel_prova/risorse NodeDebugUtils.js:117 [node-log 09:34:02] stating //httpdocs/template/hotel_prova/risorse/mosaico.JPG NodeDebugUtils.js:117 [node-log 09:34:02] cannot stat remote file:Error: 450 //httpdocs/template/hotel_prova/risorse/mosaico.JPG: No such file or directory NodeDebugUtils.js:117 [node-log 09:34:02] quit: 221 Goodbye.