Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Reed Martin on October 19, 2002, 05:53:02 AM

Title: How to access httpd.log via ftp?
Post by: Reed Martin 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
Title: Re: How to access httpd.log via ftp?
Post by: Des Dougan 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