"stating" Files, but Not Uploading
Opened this issue · 1 comments
dyelax commented
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
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.