FTP Connection with a WAMP server

2

0

I downloaded and installed the latest version of WAMP package to my PC, and what I want to do is to connect it using FTP.

How to do this?

sprsr

Posted 2011-01-30T15:42:06.537

Reputation: 209

Answers

2

Apache, the server that is included in WAMP, is purely a web server, not a FTP server. You need to set up an additional FTP server in order to be able to FTP into it. One such server is the Filezilla Server, but there are other options too.

farfromhome

Posted 2011-01-30T15:42:06.537

Reputation: 537

0

As farfromhome stated, the WAMP server hasn't got an FTP server included. If you do want a complete package without installing a seperate FTP server such as Filezilla, I recommend removing the WAMP server and installing complete package like XAMPP. XAMPP also includes FileZilla, but will set it up for you. However do note that XAMPP isn't meant for production purposes but development purposes.

BloodPhilia

Posted 2011-01-30T15:42:06.537

Reputation: 27 374