Server error - No such file or folder

Core FTP client questions and answers
Locked
KTJ
Posts: 5
Joined: Tue Jul 13, 2010 8:05 pm

Server error - No such file or folder

Post by KTJ »

file.txt - 0 bytes transferred
RETR /home/k/ktjfile.txt
Server error: No such file or folder
file.txt - 0 bytes transferred
Transfer time: 00:00:01

This is only happening with one site. I have not changed anything in my SFTP settings. Other sites work just fine. When I tried to get help from the support channel for this site, they told me the trouble was on my end. When I asked where I could find the correct settings they told me I already knew what to do to fix it. Well, I don't! What should I do? Thanks.
cp
Posts: 124
Joined: Sun Sep 11, 2011 5:18 am

Post by cp »

Are you seeing this issue in the GUI? Does the file exist in the remote directory listing?

It could be that the remote file is locked
KTJ
Posts: 5
Joined: Tue Jul 13, 2010 8:05 pm

Can't find any changes to Core

Post by KTJ »

"Are you seeing this issue in the GUI? Does the file exist in the remote directory listing?"

Yes, in the GUI. The file does exist. I had just created it. It also did "file does not exist" on some files I had created earlier.

"It could be that the remote file is locked"

I think it's something else. I got out my old WinSCP and it worked fine.

I looked at the settings in WinSCP and tried to match them up with the settings in CoreFTP. I couldn't find anything different. I hadn't manually changed anything in CoreFTP or in the Unix account I was working with. I have another Unix account and CoreFTP uploads/downloads are fine there.
ForumAdmin
Site Admin
Posts: 1004
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

Try unchecking <site profile> -> Advanced -> SSH -> Use pipelining

If that doesn't work:

Check <site profile> -> Advanced -> SSH -> Use putty compatible SFTP
KTJ
Posts: 5
Joined: Tue Jul 13, 2010 8:05 pm

Post by KTJ »

"Try unchecking <site profile> -> Advanced -> SSH -> Use pipelining"

Perhaps I need to update my program. I couldn't even find "use pipelining" in the Advanced SSH options (or anywhere else in Advanced).

"If that doesn't work:
Check <site profile> -> Advanced -> SSH -> Use putty compatible SFTP"

Done. I think that may have fixed it. Thank you!
Locked