ispCP - Board - Support
How to login ftp as root and access user data? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: How to login ftp as root and access user data? (/thread-10481.html)

Pages: 1 2


How to login ftp as root and access user data? - jl9404 - 04-21-2010 06:41 AM

When I access /var/www/virtual
Is nothing there


RE: How to login ftp as root and access user data? - koko92_national - 04-21-2010 07:15 AM

In /etc/proftpd/proftpd.conf in the Global section you will find

RootLogin off

make it

RootLogin on


RE: How to login ftp as root and access user data? - jl9404 - 04-21-2010 07:21 AM

I have done it
But still not working


RE: How to login ftp as root and access user data? - jl9404 - 04-22-2010 05:56 AM

Can anyone help me?


RE: How to login ftp as root and access user data? - joximu - 04-22-2010 07:06 AM

you may edit the ftp table in the db ispcp... maybe this helps?

/J


RE: How to login ftp as root and access user data? - jl9404 - 04-22-2010 07:10 PM

(04-22-2010 07:06 AM)joximu Wrote:  you may edit the ftp table in the db ispcp... maybe this helps?

/J

I have tried, it was success
but i can't get the root permisson with it
just download permisson
also i can't access user data
Using ispcp I can't check user's data have any illegal things in my server


RE: How to login ftp as root and access user data? - dcreation - 04-22-2010 08:47 PM

Sure, nor Problem - login with ssh, then you have access to all files.


RE: How to login ftp as root and access user data? - joximu - 04-23-2010 06:31 AM

SQLMinUserUID 2000
SQLMinUserGID 2000

But be warned:
it's normally ok not to have a root (also writeable) access with ftp!!!!!!

ftp is not secure and if the password is cracked, everyone can use your server for everything (or almost everything...)

if you just want to download all webs then read access is fine.

If you know what's illegal, then write a script, something like
"find / -legality no"
or similar... :-)

I don't know in which country you live, maybe you can create an automatic check for things that are illegal in different countries...

/J


RE: How to login ftp as root and access user data? - jl9404 - 04-23-2010 05:00 PM

But how to make a image(backup) for my vps in ssh

Also how to make ispcp have permisson to access users dir

Because ispcp is using net2ftp


RE: How to login ftp as root and access user data? - joximu - 04-23-2010 06:05 PM

(04-23-2010 05:00 PM)jl9404 Wrote:  But how to make a image(backup) for my vps in ssh

rtfm

(04-23-2010 05:00 PM)jl9404 Wrote:  Also how to make ispcp have permisson to access users dir

nope... ispcp installs a more or less good environment for php sites.
It's not the idea to have full access with an ftp account.

maybe you need scp and ssh root access.

(04-23-2010 05:00 PM)jl9404 Wrote:  Because ispcp is using net2ftp

net2ftp is only a webclient for ftp (analog webmail for mail access via web) - it does not replace a ftp client...

/J