Koozali.org: home of the SME Server

How to access httpd.log via ftp?

Reed Martin

How to access httpd.log via ftp?
« on: October 19, 2002, 05:53:02 AM »
Hi all,
I have a logfile analyzer software (Kiowa for KDE) and need to download my apache logfile via ftp. However, I do not know how to get to the directory the file is in since when I login to ftp with the admin user, it only shows the ibays, primary, samba and users directories. How can I ftp the logfiles?
Martin

Des Dougan

Re: How to access httpd.log via ftp?
« Reply #1 on: October 19, 2002, 06:24:40 AM »
I suggest that you don't use FTP, but use SCP (Secure Copy). You can specify the directory and file you want to copy on the command line. "man scp" for more information.

Des Dougan