• Resolved psharbaugh

    (@psharbaugh)


    Hi all, sorry if this is a commonly posted newbie question, but I couldn’t find a Sticky FAQ on installing plugins and a search turned up nothing. I’m confused about installing basic plugins. I understand that I download the plugin to my PC, extract it, and then I need to use an FTP client to place the files in my /wp-content/plugins/ directory online.

    But all the FTP clients I know – including the one at WordPress.com – will upload only single files, not folders. How am I supposed to upload the folder contents of these downloaded plugins and then upload it all, keeping the file structure intact, to /wp-content/plugins/? I’m sure I’m missing something obvious, but I have no idea what. Thanks in advance for your patience and assistance. – Patrick

Viewing 6 replies - 1 through 6 (of 6 total)
  • Oh, that is called the “shell”. IF your webhost offers ssh-login, then you install ssh (PuTTY is one good free program), connect to your website using ssh (secure shell), login and do something like this on the COMMAND LINE:

    cd domains
    cd yourdomain.com
    cd wordpress
    cd wp-content
    cd plugins

    and check that the directory is correct using

    pwd

    (you can go back with: “cd ..”)

    then you list the files, in time order:

    ls -lt

    and then just

    unzip big_bad_archive.zip

    finally you use cd and ls to verify that all went ok and then you

    rm big_bad_archive.zip
    exit

    And you are done 🙂

    I use filezilla as my FTP client, It can upload directories.

    Thread Starter psharbaugh

    (@psharbaugh)

    Filezilla was the magic answer. Thanks much.

    does anybody knows a alternative for Filezilla, im using a Mac and have the same problem (I think, well non of my FTP programs works right now, I also have cute FTP pro.)

    Thanx!

    I managed now afterall with cuteftp pro. yippeee!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Newbie question on installing plugins’ is closed to new replies.