Looking for a Web Development IDE with built-in FTP functionality
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
add a comment |
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
Is this question too broad? I don't think so. The answers may be primarily opinion based, but still useful.
– user68186
10 hours ago
add a comment |
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
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
ftp ide web-development
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
add a comment |
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
add a comment |
4 Answers
4
active
oldest
votes
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:

If you need further support don't hesitate to drop a comment.
Good luck!
add a comment |
You can use Bluefish. You can connect to a server and edit files with many utilities.
add a comment |
NetBeans is really robust and fast. It has great FTP/SFTP support. It is also free.
https://netbeans.org
add a comment |
I recommend to look at CodeLobster IDE
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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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:

If you need further support don't hesitate to drop a comment.
Good luck!
add a comment |
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:

If you need further support don't hesitate to drop a comment.
Good luck!
add a comment |
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:

If you need further support don't hesitate to drop a comment.
Good luck!
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:

If you need further support don't hesitate to drop a comment.
Good luck!
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
add a comment |
add a comment |
You can use Bluefish. You can connect to a server and edit files with many utilities.
add a comment |
You can use Bluefish. You can connect to a server and edit files with many utilities.
add a comment |
You can use Bluefish. You can connect to a server and edit files with many utilities.
You can use Bluefish. You can connect to a server and edit files with many utilities.
answered May 2 '13 at 22:03
celiapgtceliapgt
12810
12810
add a comment |
add a comment |
NetBeans is really robust and fast. It has great FTP/SFTP support. It is also free.
https://netbeans.org
add a comment |
NetBeans is really robust and fast. It has great FTP/SFTP support. It is also free.
https://netbeans.org
add a comment |
NetBeans is really robust and fast. It has great FTP/SFTP support. It is also free.
https://netbeans.org
NetBeans is really robust and fast. It has great FTP/SFTP support. It is also free.
https://netbeans.org
answered Dec 21 '16 at 14:13
Michael StursbergMichael Stursberg
1
1
add a comment |
add a comment |
I recommend to look at CodeLobster IDE
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
add a comment |
I recommend to look at CodeLobster IDE
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
add a comment |
I recommend to look at CodeLobster IDE
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
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.
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Is this question too broad? I don't think so. The answers may be primarily opinion based, but still useful.
– user68186
10 hours ago