Gerry
posted this on April 30, 2010 16:10
Q: I am unfamiliar with FTP. I've never needed to use FTP for my current site. My site is built using my file manager. When you say "FTP your entire plugin folder to 'wp-content > plugins'" What does that mean?
A: FTP stands for File Transfer Protocol.
It is a software that lets you connect to your server, see the files and folders located there and transfer files easily from your PC to your server and vice versa.
Popular free FTP clients...
If you use a mac: Cyberduck http://cyberduck.ch/
If you use a PC: WinSCP http://winscp.net/eng/index.php
You will have to enter username/password to your server inside the FTP setup, connect to your server via the FTP client and then you'll see your desktop/PC on the left and your server files on the right.
Browse to public_html > wp-content > plugins >
Transfer files and make CHMOD adjustments (usually simply a matter of right clicking on a file or folder and editing CHMOD settings to 777.
None of this is difficult but it may take you a couple times to get the hang of it. This is a much faster, more secure and more reliable approach to transferring files than using the built-in installation package for Wordpress and/or your File Manager via your server control panel.
Comments
thanks for the info................