1 (edited by dayton 2013-11-14 10:25:57)

Topic: Question from beginner. How to remote access via FTP to /var/www/ ?

======== Required information ====
- iRedMail version: 0.8.5
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: CentOS 6 64
- Related log if you're reporting an issue:
====

I have installed fresh iRedMail to VPS
I did install pure-ftp

Directory '/var/www' have root:root owner/group. I can't use root with FTP.
How do I can copy/move files from '/var/www' to(from) my home PC?

Do I can change owner:group of whole /var/www directory to other user than root?

I want to modify roundcube: create own skin, add custom scripts etc.

Thank you.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Question from beginner. How to remote access via FTP to /var/www/ ?

If you just want to copy (upload or download files), it's better to use SCP instead. It's part of ssh service.
Search "scp" with Google and you will know how to use it.

P.S. If you run Windows on your home PC, you can use WinSCP to upload/download files.

3

Re: Question from beginner. How to remote access via FTP to /var/www/ ?

Oh ... I absolutely forgot about SCP!

Thank you!