Can I use WinSCP to connect to xampp? How does this work?

link|improve this question

79% accept rate
feedback

2 Answers

up vote 3 down vote accepted

XAMPP comes preloaded with the FileZilla FTP server. Here is how to setup the service, and create an account.

  1. Enable the FileZilla FTP Service through the XAMPP Control Panel to make it startup automatically (check the checkbox next to filezilla to install the service). Then manually start the service.

  2. Create an ftp account through the FileZilla Server Interface (its the essentially the filezilla control panel). There is a link to it Start Menu in XAMPP folder. Then go to Users->Add User->Stuff->Done.

  3. Try connecting to the server (localhost, port 21).

link|improve this answer
It should have a default user, "newuser" with a password, "wampp" – Keyslinger May 24 at 20:12
feedback

You would have to enable or start up an FTP server on the machine XAMPP is running on.

link|improve this answer
1  
How can I do this? – Doug Apr 2 '10 at 19:36
Considering you didn't list an operating system I can't really help you with that. – Josh K Apr 2 '10 at 20:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.