I am using WAMP as my local server and what I want to know is can I use filezilla to transfer my files across from my documents to the WAMP server?
If so how can this be done in filezilla, (what do I need to put in host name and do I need a username or password, I did not set one so do I need to set one and if so how?).
Thank You
You don’t need FileZilla for what you are after. You simply need to move your files from
My Documentsto thewwwdirectory of your Wamp installation. You can then point your URL at that file. So if you have a filefoobar.phpand drag it intowwwthen you can access it athttp://localhost/foobar.php.