| Author |
FTP IDE
|
Fernando Dominguez
Ranch Hand
Joined: Sep 01, 2006
Posts: 93
|
|
Hello, Do you Know any IDE similar to eclipse or netbeans (or not similar) which is able to submit code to a ftp server. Now I'm ussing ultra edit but I don�t like it. I also tried jedit. Thanks.
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
What exactly do you need to do? Where you thinking of something like http://www.phpeclipse.de/tiki-index.php?page=FTP+and+WebDAV ?
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
Fernando Dominguez
Ranch Hand
Joined: Sep 01, 2006
Posts: 93
|
|
I would like to be able to synncronize the source as I would do it in eclipse with cvs, an also I would like some features like some features like eclipse or netbeats has.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14487
|
|
|
CVS and other version control systems are different than FTP. True version control systems don't just synchronize, they record the differential changes so you can go back in time and capture a snapshot of any earlier commit. FTP presents a directory, so it won't give you past history, and it can't manage cases where you have to merge in changes, only complete replacement of files.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: FTP IDE
|
|
|