Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

FileZilla can not upload any file. The error is:

Status: Starting upload of D:\rails_proj\emclab-failed2\db\emclabdb.sqlite3
Status: Retrieving directory listing...
Command:    ls
Status: Listing directory /home/ubuntu
Command:    put "D:\rails_proj\emclab-failed2\db\emclabdb.sqlite3" "emclabdb.sqlite3"
**Error:    local: unable to open D:\rails_proj\emclab-failed2\db\emclabdb.sqlite3
Error:  File transfer failed**
Status: Retrieving directory listing...
Command:    ls
Status: Listing directory /home/ubuntu

We are upload from windows FileZilla client to Ubuntu server. The file initially was saved into the server and then was removed with error. We tried upload to different subdir and they all failed with the same error.

Anything wrong with our procedure? Thanks so much.

share|improve this question
You sure the permissions are correct? It may be that the directory does not have write access. – Andrew May 7 '12 at 23:40
1  
This question is off-topic here, as it's not a programming question. It's more appropriate for SuperUser. Voting to migrate it there. – Ken White May 7 '12 at 23:41
The question I posted is about how to use a common ftp client and is well suited for the purpose of stackoverflow.com. Period. – user938363 May 8 '12 at 4:02

closed as off topic by Ken White, Jay Riggs, Mitch Wheat, Eugene Mayevski 'EldoS Corp, AVD May 8 '12 at 8:42

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

The problem was because the file uploaded was opened in editor and it prevent the FileZilla from "put" the file. Just make sure to close the file which is about to be uploaded.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.