I have set up wordpress in my linux server and when i try to install addons to wordpress it requests ftp username, password, connection type and connection type FTP FTPS. I managed to install ftp in my linux server using apt-get install ftp. But how do i find the other information ?
Thanks in advance
your username and password will be the username and password you use to login to your linux mahine. You will probably be using FTP connection type, but should look at using FTPS as this is secure and doesn’t send your username/password over the wire in clear text.
With that you should look at using a user account without a lot of privileges if using FTP to minimize what a hacker could do if your credentials were sniffed on the wire.