04-26-2006, 03:58 PM
|
#5 |
| Junior Member
Join Date: Apr 2006
Posts: 3
|
Although I am still not very clear about the difference b/w FTP and SCP/SFTP, but at least, I know they are different things. I apprecitae your reply.
Because it is my company's server and I need to work outside my home directory to communicate with my teammate, I have to select WinSCP though I have been used FlashFXP for a long time.
Thanks again! Quote: |
Originally Posted by Harm FlashFXP doesn't lock you in your home directory, the ftpd you're connecting to does.
WinSCP isn't a FTP client but a SCP/SFTP client. Both are very different. The ftp client (FlashFXP here) connects to a ftpd which may have security features enabled (like locking you in your home directory, do not allow download/upload/list in certain directories, chown/chmod on upload, etc.). The scp/sftp client (e.g. WinSCP) uses the ssh suite of protocols and you're allowed to do pretty much all you can do when you're connected using an ssh client (or using the console directly). This includes listing the content of the root directory.
I hope to have clarified the situation a bit.
If this is your own server, tell us what ftp daemon you're using and we may be able to tell you how to open up your server. Keep in mind that you should prefer scp/sftp when you have to work outside your home directory, it's more secure. | |
| |