PDA

View Full Version : root ftp?


schoeps
2004-08-25, 16:42 PM
is there any way to login to one ftp that will allow you to see your entire drive? I have 8 domains and its a pain in the but to log in and out...

:thanks: :thanks: :thanks: :P

Bri

schoeps
2004-08-25, 16:47 PM
or at least client....

canislupusyo
2004-08-25, 23:11 PM
I would not reccomend setting up a root ftp account for many reason first of all sending a password over ftp protocal is in plain text and isnt secure to use let alone on a root accessable account. Secondly if you upload any files via this account they will not function correctly without changing the file's group and owner.

~Tim

Tino Didriksen
2004-08-26, 05:15 AM
But you can use SFTP (FTP over SSH), which is secure. Windows client: http://filezilla.sourceforge.net/ (it can do FTP also, but don't use that)

To get write access to all domains you could enable root login, or you could make a user that is a member of all the groups you need.

canislupusyo has a good point about file ownership, though...a cron job can make sure files in those folders are chown'ed to their proper user/group regularly.