timburgess / brackets-ftp-sync

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

"stating" Files, but Not Uploading #51

Open dyelax opened 9 years ago

dyelax commented 9 years ago

Hello, I'm using ftp-sync with Brackets Release 1.1 build 1.1.0-15558 on OS X 10.10.2.

I'm trying to upload some files to my site, and it looks like things are happening successfully in the console output, but when I check afterwards, they aren't in the directory I specified (or any other directory on the site, for that matter)

main.js:263 [ftp-sync] started ftp upload
NodeDebugUtils.js:117 [node-log 8:40:15 PM] Connected 230 Login successful. Username & password correct; FTP unlocked.
NodeDebugUtils.js:117 [node-log 8:40:15 PM] stating /public_html/0-linking-jquery.html
NodeDebugUtils.js:117 [node-log 8:40:15 PM] stating /public_html/1-click-response.html
NodeDebugUtils.js:117 [node-log 8:40:15 PM] stating /public_html/2-fading-content.html
NodeDebugUtils.js:117 [node-log 8:40:15 PM] stating /public_html/3-animation.html
NodeDebugUtils.js:117 [node-log 8:40:15 PM] stating /public_html/4-ajax.html
NodeDebugUtils.js:117 [node-log 8:40:15 PM] stating /public_html/jquery-1.11.2.min.js
NodeDebugUtils.js:117 [node-log 8:40:15 PM] disconnected
NodeDebugUtils.js:117 [node-log 8:40:15 PM] quit:221 Goodbye.
peteoconnell commented 8 years ago

I have the same issue on OS X 10.11.3 with release 2.0.4.

If I put in an invalid root directory it still reports the same thing.