I ask my admin for making a sftp account. Everything works well in FireFTP, CuteFTP for instance but one day I open sftp through my PHPDesigner... Surprisingly / can be viewed and every file in it too.

What's may be wrong with sftp configuration? Does anybody know about such a thing?

Thank you.

link|improve this question
What does "works well" look like. Describe what you were expecting and what you got. Being able to see / and everything else isn't necessarily a problem. – dunxd Jul 22 '11 at 12:09
1  
Ask your admin. It's their system. – womble Jul 22 '11 at 12:10
Works well means I go to the directory like /home/user/www/site – AndyS Jul 22 '11 at 12:16
This site is not for users, it is for system administrator only. Please ask your admin. – Chris S Jul 22 '11 at 22:14
I understand this but I am not a naive user. I see nobody knows... close my q. Special thanks to womble. – AndyS Jul 23 '11 at 6:47
feedback

2 Answers

I'd hazard a guess that your other SFTP clients are changing to the ~ directory (your home directory) by default, and PHPDesigner isn't.

link|improve this answer
Only host, login and password. No ~ directory. – AndyS Jul 22 '11 at 12:15
feedback

Have you asked your admin to make the SFTP server map incoming clients directly to the user directory? And to give your account only the permissions needed to do this?

If you show the admin a screen shot of what happens in PHPDesigner, maybe they will want to do what you want!

link|improve this answer
Yes, I have asked him. He does not want to repair it. And it seems to me he cannot. – AndyS Jul 23 '11 at 19:43
Would need to know server operating system and SFTP software to help. And admin needs to want help! If admin doesn't want to fix this, how can anyone here help? – Paul Jul 26 '11 at 13:46
feedback

Your Answer

 
or
required, but never shown

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