LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   connecting ftp and web server (https://www.linuxquestions.org/questions/linux-newbie-8/connecting-ftp-and-web-server-777615/)

zaya 12-23-2009 12:22 AM

connecting ftp and web server
 
hello
i'm working on Linux laboratory assignment. Our assignment is to connect the ftp and web server that we created. Our ftp and web servers are the simplest servers and in some way we need to connect them. so can you please help me and give some advice

thank you
-Zaya

Nylex 12-23-2009 12:27 AM

Edit: ignore this. I misread the post.

Well, what information do you need to do that and what information do you have?

AutoBot 12-23-2009 01:32 AM

Use the html GET method to get a page from your ftp server.

CoderMan 12-23-2009 11:53 AM

Quote:

Originally Posted by zaya (Post 3802028)
hello
i'm working on Linux laboratory assignment. Our assignment is to connect the ftp and web server that we created. Our ftp and web servers are the simplest servers and in some way we need to connect them. so can you please help me and give some advice

thank you
-Zaya

Well, for the web server, just point you web browser to the URL or IP address of your web server. Or use wget to download a page or file from it. ht

For the ftp server, you can either connect to it using the ftp client ("ftp <hostname>") or use a program like Filezilla.

Nylex 12-23-2009 01:07 PM

Quote:

Originally Posted by CoderMan (Post 3802662)
Well, for the web server, just point you web browser to the URL or IP address of your web server. Or use wget to download a page or file from it. ht

For the ftp server, you can either connect to it using the ftp client ("ftp <hostname>") or use a program like Filezilla.

I think you misread like I did. The OP appears to want to connect their FTP server to their webserver.. they don't want to connect to the servers.

AutoBot 12-23-2009 01:38 PM

I think the OP thanked me, so I guess that is what they were looking for. To "plug" the http into the ftp.

CoderMan 12-24-2009 12:44 AM

Quote:

Originally Posted by AutoBot (Post 3802774)
I think the OP thanked me, so I guess that is what they were looking for. To "plug" the http into the ftp.

Okay. It did seem a little strange that someone who had just set up a web server would need help figuring out how to view pages from it.


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