Looking for a Web Development IDE with built-in FTP functionality












0















Coming from using Espresso (not the drink, haha) on a Mac, I'm looking for a Web Development IDE that provides a built in ftp upload/download ability.



The reason being, every seperate ftp client (FileZilla, etc.) I've tried doesn't work correctly.



Thanks in advance!










share|improve this question

























  • Is this question too broad? I don't think so. The answers may be primarily opinion based, but still useful.

    – user68186
    10 hours ago
















0















Coming from using Espresso (not the drink, haha) on a Mac, I'm looking for a Web Development IDE that provides a built in ftp upload/download ability.



The reason being, every seperate ftp client (FileZilla, etc.) I've tried doesn't work correctly.



Thanks in advance!










share|improve this question

























  • Is this question too broad? I don't think so. The answers may be primarily opinion based, but still useful.

    – user68186
    10 hours ago














0












0








0








Coming from using Espresso (not the drink, haha) on a Mac, I'm looking for a Web Development IDE that provides a built in ftp upload/download ability.



The reason being, every seperate ftp client (FileZilla, etc.) I've tried doesn't work correctly.



Thanks in advance!










share|improve this question
















Coming from using Espresso (not the drink, haha) on a Mac, I'm looking for a Web Development IDE that provides a built in ftp upload/download ability.



The reason being, every seperate ftp client (FileZilla, etc.) I've tried doesn't work correctly.



Thanks in advance!







ftp ide web-development






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 10 '14 at 16:40









Alvar

11.6k2678126




11.6k2678126










asked May 2 '13 at 21:39









b2mooreb2moore

312




312













  • Is this question too broad? I don't think so. The answers may be primarily opinion based, but still useful.

    – user68186
    10 hours ago



















  • Is this question too broad? I don't think so. The answers may be primarily opinion based, but still useful.

    – user68186
    10 hours ago

















Is this question too broad? I don't think so. The answers may be primarily opinion based, but still useful.

– user68186
10 hours ago





Is this question too broad? I don't think so. The answers may be primarily opinion based, but still useful.

– user68186
10 hours ago










4 Answers
4






active

oldest

votes


















1














The answers to this question: Basic Web Development IDE/Editor like Dreamweaver? contains several programming IDE's that may fit your needs but I think that this alternative may be the best for your case: https://askubuntu.com/a/59636/9598. It won't be reproduced right here.



For the case that you need support connecting to the FTP server for upload/download/sync, please refer to the accepted answer on this question on StackOverflow: How Connect to remote host from Aptana Studio 3 which I place here for your convenience:




From the Project Explorer, expand the project you want to hook up to a
remote site (or just right click and create a new Web project that's
empty if you just want to explore a remote site from there). There's a
"Connections" node, right click it and select "Add New connection...".
A dialog will appear, at bottom you can select the destination as
Remote and then click the "New..." button. There you can set up an
FTP/FTPS/SFTP connection.



That's how you set up a connection that's tied to a project, typically
for upload/download/sync between it and a project.



You can also do Window > Show View > Remote. From that view, you can
click the globe icon in the upper right to add connections and in this
view you can just browse your remote connections.




Additionally, for your needs on a stable/reliable FTP Client I suggest you gFTP, which does a great work to upload/download. A Screenshot is placed here for you to see gFPT in action:



enter image description here



If you need further support don't hesitate to drop a comment.



Good luck!






share|improve this answer

































    0














    You can use Bluefish. You can connect to a server and edit files with many utilities.






    share|improve this answer































      0














      NetBeans is really robust and fast. It has great FTP/SFTP support. It is also free.
      https://netbeans.org






      share|improve this answer































        0














        I recommend to look at CodeLobster IDE






        share|improve this answer








        New contributor




        Stas Ustimenko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.
















        • 1





          The link doesn't work for https, only http.

          – karel
          yesterday








        • 1





          While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review

          – user68186
          yesterday











        Your Answer








        StackExchange.ready(function() {
        var channelOptions = {
        tags: "".split(" "),
        id: "89"
        };
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function() {
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled) {
        StackExchange.using("snippets", function() {
        createEditor();
        });
        }
        else {
        createEditor();
        }
        });

        function createEditor() {
        StackExchange.prepareEditor({
        heartbeatType: 'answer',
        autoActivateHeartbeat: false,
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader: {
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        },
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        });


        }
        });














        draft saved

        draft discarded


















        StackExchange.ready(
        function () {
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f289828%2flooking-for-a-web-development-ide-with-built-in-ftp-functionality%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        4 Answers
        4






        active

        oldest

        votes








        4 Answers
        4






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        1














        The answers to this question: Basic Web Development IDE/Editor like Dreamweaver? contains several programming IDE's that may fit your needs but I think that this alternative may be the best for your case: https://askubuntu.com/a/59636/9598. It won't be reproduced right here.



        For the case that you need support connecting to the FTP server for upload/download/sync, please refer to the accepted answer on this question on StackOverflow: How Connect to remote host from Aptana Studio 3 which I place here for your convenience:




        From the Project Explorer, expand the project you want to hook up to a
        remote site (or just right click and create a new Web project that's
        empty if you just want to explore a remote site from there). There's a
        "Connections" node, right click it and select "Add New connection...".
        A dialog will appear, at bottom you can select the destination as
        Remote and then click the "New..." button. There you can set up an
        FTP/FTPS/SFTP connection.



        That's how you set up a connection that's tied to a project, typically
        for upload/download/sync between it and a project.



        You can also do Window > Show View > Remote. From that view, you can
        click the globe icon in the upper right to add connections and in this
        view you can just browse your remote connections.




        Additionally, for your needs on a stable/reliable FTP Client I suggest you gFTP, which does a great work to upload/download. A Screenshot is placed here for you to see gFPT in action:



        enter image description here



        If you need further support don't hesitate to drop a comment.



        Good luck!






        share|improve this answer






























          1














          The answers to this question: Basic Web Development IDE/Editor like Dreamweaver? contains several programming IDE's that may fit your needs but I think that this alternative may be the best for your case: https://askubuntu.com/a/59636/9598. It won't be reproduced right here.



          For the case that you need support connecting to the FTP server for upload/download/sync, please refer to the accepted answer on this question on StackOverflow: How Connect to remote host from Aptana Studio 3 which I place here for your convenience:




          From the Project Explorer, expand the project you want to hook up to a
          remote site (or just right click and create a new Web project that's
          empty if you just want to explore a remote site from there). There's a
          "Connections" node, right click it and select "Add New connection...".
          A dialog will appear, at bottom you can select the destination as
          Remote and then click the "New..." button. There you can set up an
          FTP/FTPS/SFTP connection.



          That's how you set up a connection that's tied to a project, typically
          for upload/download/sync between it and a project.



          You can also do Window > Show View > Remote. From that view, you can
          click the globe icon in the upper right to add connections and in this
          view you can just browse your remote connections.




          Additionally, for your needs on a stable/reliable FTP Client I suggest you gFTP, which does a great work to upload/download. A Screenshot is placed here for you to see gFPT in action:



          enter image description here



          If you need further support don't hesitate to drop a comment.



          Good luck!






          share|improve this answer




























            1












            1








            1







            The answers to this question: Basic Web Development IDE/Editor like Dreamweaver? contains several programming IDE's that may fit your needs but I think that this alternative may be the best for your case: https://askubuntu.com/a/59636/9598. It won't be reproduced right here.



            For the case that you need support connecting to the FTP server for upload/download/sync, please refer to the accepted answer on this question on StackOverflow: How Connect to remote host from Aptana Studio 3 which I place here for your convenience:




            From the Project Explorer, expand the project you want to hook up to a
            remote site (or just right click and create a new Web project that's
            empty if you just want to explore a remote site from there). There's a
            "Connections" node, right click it and select "Add New connection...".
            A dialog will appear, at bottom you can select the destination as
            Remote and then click the "New..." button. There you can set up an
            FTP/FTPS/SFTP connection.



            That's how you set up a connection that's tied to a project, typically
            for upload/download/sync between it and a project.



            You can also do Window > Show View > Remote. From that view, you can
            click the globe icon in the upper right to add connections and in this
            view you can just browse your remote connections.




            Additionally, for your needs on a stable/reliable FTP Client I suggest you gFTP, which does a great work to upload/download. A Screenshot is placed here for you to see gFPT in action:



            enter image description here



            If you need further support don't hesitate to drop a comment.



            Good luck!






            share|improve this answer















            The answers to this question: Basic Web Development IDE/Editor like Dreamweaver? contains several programming IDE's that may fit your needs but I think that this alternative may be the best for your case: https://askubuntu.com/a/59636/9598. It won't be reproduced right here.



            For the case that you need support connecting to the FTP server for upload/download/sync, please refer to the accepted answer on this question on StackOverflow: How Connect to remote host from Aptana Studio 3 which I place here for your convenience:




            From the Project Explorer, expand the project you want to hook up to a
            remote site (or just right click and create a new Web project that's
            empty if you just want to explore a remote site from there). There's a
            "Connections" node, right click it and select "Add New connection...".
            A dialog will appear, at bottom you can select the destination as
            Remote and then click the "New..." button. There you can set up an
            FTP/FTPS/SFTP connection.



            That's how you set up a connection that's tied to a project, typically
            for upload/download/sync between it and a project.



            You can also do Window > Show View > Remote. From that view, you can
            click the globe icon in the upper right to add connections and in this
            view you can just browse your remote connections.




            Additionally, for your needs on a stable/reliable FTP Client I suggest you gFTP, which does a great work to upload/download. A Screenshot is placed here for you to see gFPT in action:



            enter image description here



            If you need further support don't hesitate to drop a comment.



            Good luck!







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited May 23 '17 at 12:39









            Community

            1




            1










            answered May 2 '13 at 23:14









            Geppettvs D'ConstanzoGeppettvs D'Constanzo

            16.3k43383




            16.3k43383

























                0














                You can use Bluefish. You can connect to a server and edit files with many utilities.






                share|improve this answer




























                  0














                  You can use Bluefish. You can connect to a server and edit files with many utilities.






                  share|improve this answer


























                    0












                    0








                    0







                    You can use Bluefish. You can connect to a server and edit files with many utilities.






                    share|improve this answer













                    You can use Bluefish. You can connect to a server and edit files with many utilities.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered May 2 '13 at 22:03









                    celiapgtceliapgt

                    12810




                    12810























                        0














                        NetBeans is really robust and fast. It has great FTP/SFTP support. It is also free.
                        https://netbeans.org






                        share|improve this answer




























                          0














                          NetBeans is really robust and fast. It has great FTP/SFTP support. It is also free.
                          https://netbeans.org






                          share|improve this answer


























                            0












                            0








                            0







                            NetBeans is really robust and fast. It has great FTP/SFTP support. It is also free.
                            https://netbeans.org






                            share|improve this answer













                            NetBeans is really robust and fast. It has great FTP/SFTP support. It is also free.
                            https://netbeans.org







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Dec 21 '16 at 14:13









                            Michael StursbergMichael Stursberg

                            1




                            1























                                0














                                I recommend to look at CodeLobster IDE






                                share|improve this answer








                                New contributor




                                Stas Ustimenko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.
















                                • 1





                                  The link doesn't work for https, only http.

                                  – karel
                                  yesterday








                                • 1





                                  While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review

                                  – user68186
                                  yesterday
















                                0














                                I recommend to look at CodeLobster IDE






                                share|improve this answer








                                New contributor




                                Stas Ustimenko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.
















                                • 1





                                  The link doesn't work for https, only http.

                                  – karel
                                  yesterday








                                • 1





                                  While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review

                                  – user68186
                                  yesterday














                                0












                                0








                                0







                                I recommend to look at CodeLobster IDE






                                share|improve this answer








                                New contributor




                                Stas Ustimenko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.










                                I recommend to look at CodeLobster IDE







                                share|improve this answer








                                New contributor




                                Stas Ustimenko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.









                                share|improve this answer



                                share|improve this answer






                                New contributor




                                Stas Ustimenko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.









                                answered yesterday









                                Stas UstimenkoStas Ustimenko

                                1




                                1




                                New contributor




                                Stas Ustimenko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.





                                New contributor





                                Stas Ustimenko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.






                                Stas Ustimenko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.








                                • 1





                                  The link doesn't work for https, only http.

                                  – karel
                                  yesterday








                                • 1





                                  While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review

                                  – user68186
                                  yesterday














                                • 1





                                  The link doesn't work for https, only http.

                                  – karel
                                  yesterday








                                • 1





                                  While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review

                                  – user68186
                                  yesterday








                                1




                                1





                                The link doesn't work for https, only http.

                                – karel
                                yesterday







                                The link doesn't work for https, only http.

                                – karel
                                yesterday






                                1




                                1





                                While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review

                                – user68186
                                yesterday





                                While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review

                                – user68186
                                yesterday


















                                draft saved

                                draft discarded




















































                                Thanks for contributing an answer to Ask Ubuntu!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function () {
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f289828%2flooking-for-a-web-development-ide-with-built-in-ftp-functionality%23new-answer', 'question_page');
                                }
                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                Category:香港粉麵

                                List *all* the tuples!

                                Channel [V]