timburgess / brackets-ftp-sync

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

my ftp-sync didn't work... #20

Open hyingreborn opened 10 years ago

hyingreborn commented 10 years ago

[ftp-sync] started ftp upload main.js:190 [node-log 2:42:53 PM] Connected 230 Logged on NodeDebugUtils.js:117 [node-log 2:42:53 PM] 257 "/96333" is current directory. NodeDebugUtils.js:117 [node-log 2:42:53 PM] cwd to /96333 NodeDebugUtils.js:117 [ftp-sync] started ftp upload main.js:190 [node-log 2:43:01 PM] Connected 230 Logged on NodeDebugUtils.js:117 [node-log 2:43:01 PM] 257 "/96333" is current directory. NodeDebugUtils.js:117 [node-log 2:43:01 PM] cwd to /96333


client : macbook pro osx 10.9.2 ftp server : FileZilla server 0.9.41

timburgess commented 10 years ago

Please step through the checks on the Troubleshooting page and let me know if you continue to have problems.

timburgess commented 10 years ago

I've received a comment on this issue via email but I'm not seeing it in the issue list. Odd.

Thanks for providing the version information. Could you also advise what version of Brackets you are using? And if downloaded or built from source?

Version 0.9.44 is the current FileZilla server. I have looked over the release notes since 0.9.41 but there are no obvious fixes that I think would impact FTP-Sync. Unfortunately I am travelling until the end of next week and I won’t have access to a Windows machine that I can install FileZilla on :-( But I am very keen to test against it. To date, FTP-Sync has been used mostly with vsftpd judging by comments I've received. If it is useful for you, I can setup a test FTP server for you to try the same operation against. If that succeeds, then we know there is an issue with FTP-Sync and FileZilla server interaction.

hyingreborn commented 10 years ago

Thank you very much! I then try to establish FTP test locally

timburgess commented 10 years ago

Send me an email at info@tim-burgess.com if you want to try a test ftp server.

marcinukleja commented 10 years ago

Similar issue here. I'm using Mavericks and Brackets 38. It was the same using Adobe Edge Code.

localhost: [ftp-sync] started ftp upload main.js:190 [node-log 11:27:49 PM] Connected 230 User Ryba logged in. NodeDebugUtils.js:117 [node-log 11:27:49 PM] 257 "/Users/Ryba" is the current directory. NodeDebugUtils.js:117 [node-log 11:27:49 PM] cwd to /Users/Ryba NodeDebugUtils.js:117 [node-log 11:29:55 PM] halt called NodeDebugUtils.js:117 [ftp-sync] ftp upload stopped

server: [ftp-sync] started ftp upload main.js:190 [node-log 11:39:08 PM] Connected 230 'user' login ok. NodeDebugUtils.js:117 [node-log 11:39:08 PM] 257 "/my-folder" is current directory. NodeDebugUtils.js:117 [node-log 11:39:08 PM] cwd to /my-folder NodeDebugUtils.js:117 [node-log 11:39:51 PM] halt called NodeDebugUtils.js:117 [ftp-sync] ftp upload stopped

In both cases it was stopped by me because nothing more happened.

Please support.

timburgess commented 10 years ago

I have made some recent code changes that eliminates the 'cwd' and now treats the underlying FTP library as more of a way to remotely reference files. The new changes are in the ftp-sync_master.zip I have just built. Please try that and let me know how you go.

marcinukleja commented 10 years ago

Thank you for quick response. Still nth happened.

1.0.5: [ftp-sync] started ftp upload main.js:194 [node-log 12:13:28 AM] Connected 230 User Ryba logged in. NodeDebugUtils.js:117 [node-log 12:13:48 AM] halt called NodeDebugUtils.js:117 [ftp-sync] ftp upload stopped

hyingreborn commented 10 years ago

Operating system and version: Mac OS X 10.9.3 Brackets version: Sprint 38 - 40 ftp-sync version: 1.0.4 The developer console output when the problem occurs qq20140609-1 2x

A description of the problem I test it on my local ftp server , it still can't work....The same is true of Windows 7 SP1 64bit...

marcinukleja commented 10 years ago

New hardware, new software, new project... Same issue.

marcinukleja commented 9 years ago

Please help. I still have the same issue. The only thing that happens is logging in. I tried it locally also. In both cases I stopped it.

Mac OS X 10.9.5 Brackets 0.44.0-14876

[ftp-sync] started ftp upload main.js:261 [node-log 7:06:55 PM] Connected 230 'XYZ' login ok. NodeDebugUtils.js:117 [node-log 7:13:31 PM] halt called NodeDebugUtils.js:117 [ftp-sync] upload stopped main.js:271

LOCALHOST [ftp-sync] parsed .ftpsync_settings main.js:78 [ftp-sync] started ftp upload main.js:261 [node-log 7:16:45 PM] Connected 230 User XYZ logged in. NodeDebugUtils.js:117 [node-log 7:17:02 PM] halt called NodeDebugUtils.js:117 [ftp-sync] upload stopped main.js:271

marcinukleja commented 9 years ago

OK, I'm almost sure it's a matter of server. I chose different web hosting service and it works... almost. Sometimes updated files are not recognized as a new ones and are not uploaded. Strange.

I did few test and it only happens when file size remains the same, so changing one character to another won't trigger upload.