LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to upload files to apache folder? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-upload-files-to-apache-folder-100714/)

alexii86 10-06-2003 01:23 AM

how to upload files to apache folder?
 
how can i add files to apache folder to be display on the server

shuld i use ProFTPD 1.2.8b?,if yes,how..?

daveo 10-06-2003 01:32 AM

Re: how to upload files to apache folder?
 
Quote:

Originally posted by alexii86
how can i add files to apache folder to be display on the server

shuld i use ProFTPD 1.2.8b?,if yes,how..?

Well all files are atleast located /home/httpd/htdocs
If you would like to upload files to it, then install a ftp server on the machine where apache is installed. Add a user named ftp, or what ever you'll like to name it and make the ftp user his homedirectory: /home/httpd/htdocs/

Then add the properrights and ownerships ...

Hope this helps,

alexii86 10-06-2003 01:58 AM

i install this apache
http://www.apachefriends.org/lampp-en.html

the htdocs is on etc/lampp/

and i can upload there..

what ftp client u reccomend me?

praveenk 10-06-2003 02:02 AM

Choosing FTP clients is upto your convenience. If you want GUI to make your job simple, use gFTP. Otherwise, you can use normal FTP command line client. 'ncftp' has some added value to the the normal command line FTP client.

alexii86 10-06-2003 02:05 AM

ok i'll try this..tnx man..


All times are GMT -5. The time now is 02:36 PM.