I set up LAMP but I found no way to ftp or copy some files to it. I'd like to put HTML files in Apaches www folder, where can I find this? 

Thanks

Hannes

Replies (4)

Assuming you would like to use an FTP client (e.g. Filezilla)

Reply 1
Then just use SFTP via port 22 (username: root - password: set on firstboot). There are a multitude of other options: /docs/admin-server-and-edit-files

Just browse to where you want the files

Reply 2
So if you want to edit your html files, then browse to the doc root: /var/www/

FWIW by default you connect to the user's home directory. Root's home is /root

Thanks, sftp works great.

Reply 3

Thanks,

 

sftp works great. This points me to a root folder. 

now I want to put html files in the apache htdocs folder. Do I need to reconfigure apache for using a subfolder from this root?

that's it! Thanks a ton.

Reply 4

that's it!

Thanks a ton.