After an upgrade to v1.1.1 and re- entering the SFTP settings for my project, performing "Get file from server" does not work. "Test settings" reports OK, and the "Put" operation works as well. I have made sure there are no blank spaces at the site root folder. Setting / unsetting the trailing slash doesn't make a difference.
I was not able to figure out a workaround, so any fix would be appreciated. :)
Log:
Connected to the remote server
Attempting Password Authentication
EXCEPTION: There was a problem transferring: cms/admin/the_file.php
EXCEPTION INFO: LocalRoot = D:/Projects/TheProject/
EXCEPTION INFO: SiteRoot = /home/mklein/public_html/theproject/
EXCEPTION INFO: message = No such file
Get File: cms/admin/the_file.php FAILED
Tue Jan 22 12:32:15 CET 2008 Transferred: 0b/0b
Transferred: 0b/0b
Logged In: YES
user_id=1988439
Originator: NO
I might want to add the successful log for a PUT operation:
Connected to the remote server
Attempting Password Authentication
Put File: cms/admin/the_file.php OK
Tue Jan 22 13:59:57 CET 2008 Transferred: 533b/533b
Transferred: 533b/533b
Logged In: NO
I'm having the same issue, using Eclipse 3.3.1.1:
Successful Put -
Connected to the remote server
Attempting Password Authentication
Put File: test.txt OK
Mon Feb 04 14:28:04 EST 2008 Transferred: 4b/4b
Transferred: 4b/4b
Failed Get -
Connected to the remote server
Attempting Password Authentication
EXCEPTION: There was a problem transferring: test.txt
EXCEPTION INFO: LocalRoot = C:/Path/to/file/
EXCEPTION INFO: SiteRoot = /var/www/html/
EXCEPTION INFO: message = No such file
Get File: test.txt FAILED
Mon Feb 04 14:28:28 EST 2008 Transferred: 0b/0b
Transferred: 0b/0b
Logged In: NO
I am having the same issue. I also noticed that if I try to do a get at my project root when I have a ftp home defined. It starts downloading files starting at my users home directory instead of the ftp root. This might be a clue as to why the get operation fails on a individual file level. It looks like get is ignoring the root preference.
Logged In: YES
user_id=1900464
Originator: NO
Just a ping to say that I'm experiencing the same thing. Real bummer.
Logged In: YES
user_id=2099026
Originator: NO
I fixed it. I'm trying to figure out how to attach the .jar