Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Notepad Code moving on Managed Hosting

    General Discussion
    3
    3
    73
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Alex Marco
      Alex Marco last edited by

      Hi, I have a code written in notepad++ and I have recently bought a managed WordPress hosting because I heard that migrating and moving websites from server or localhost to managed hosting is easier as compared to the shared hosting. I need help in moving code from notepad to the hosting root folder.

      PeterJones 1 Reply Last reply Reply Quote 0
      • PeterJones
        PeterJones @Alex Marco last edited by

        @Alex-Marco ,

        Notepad++ is an editor. Your question is really agnostic of what editor you are using. It’s not really a question for Notepad++ users, because you would upload the files the same way as if you had written your HTML/other code in Windows builtin notepad. But I will respond a little more in-depth, just to help you out some, and because there is a Notepad++ specific helper that I’ll mention.

        So if your managed host provider wants you to use FTP/SFTP/FTPS, then use that file transfer protocol. (I personally use FileZilla for such transfers.) I think maybe WebDAV is another system for such transfers, though I am not an expert. If the host has a website where you upload your files, then use the website where you upload your files. Once you know how your server wants the files uploaded, then do it that way.

        That said (and the reason I continued rather than just saying it’s off topic), if you go to Notepad++ Plugins > Plugins Admin and install the NppFTP plugin, you get an FTP/SFTP/FTPS client embedded in Notepad++; with that, you can do cool stuff like edit the file remotely – open the remote file from Notepad++>NppFTP, edit, and when you save in Notepad++, NppFTP will upload the file back to your server. It’s really cool when it works. Sometimes, the server is incompatible with NppFTP (which is the reason I typically use FileZilla for my transfers)… but often, your server will just play nicely with NppFTP, and that makes for a nice remote-editing solution. So if your server wants files to come in via FTP-family of protocols, that’s a Notepad+±specific solution you could use.

        Good luck

        1 Reply Last reply Reply Quote 0
        • Alan Kilborn
          Alan Kilborn last edited by

          With the “WordPress hosting” link the OP provided, my first thought about it was that this was purely a spam posting.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Copyright © 2014 NodeBB Forums | Contributors