Italian:
Da oggi è disponibile su sourceforge all’indirizzo https://sourceforge.net/projects/ftpsitedeployer/ il nuovo plugin FTP per NetBeans “FtpSiteDeployer”.
Permette agli sviluppatori che si occupano di applicazioni web scritte in Java di inviare agevolmente le modifiche direttamente da NetBeans usando un semplice menu contestuale,
direttamente sul file interessato. La versione corrente è in beta, distribuita con licenza GNU GPL, quindi completamente free, i contributi sono ben accetti.
Aggiornamento
- Nuova core library per il client FTP
- Nuovi mesasggi durante l’upload dei files.
English:
FtpSiteDeployer is a Netbeans plugin. Allows you to upload a single file to an ftp server. Was designed and is particularly usefull for upload changes to a web site developed in Java. The connection data are stored in the root of the project. This plugin allows to transfer a single file or a folder from the project view inside the Netbeans IDE. The plugin add a voice to the contextual menu called “upload file”.
Update
- New core library for FTP Client
- New messages during upload
Il plugin è ancora in fase di sviluppo, le funzionalità di base sono già disponibili.


5 comments so far...
Nice post! very Useful!
How to setup this plugin? I need xml file with ftp settings?
Can You describe syntax of this file?
Thank you
The xml configuration file is automatically created when you set up the connection configuration in the toolbar of the plugin. In any case the file should be named AskFtpSiteDeployer.xml in the main directory of your project (the same where is stored the build.xml).
This is the xml configuration file syntax:
<?xml version=”1.0″ encoding=”UTF-8″ standalone=”no”? >
<root>
<FtpSiteDeployer host=”myhost” pass=”mypassword” user=”myusername”/>
</root>
Thank You!
But something is wrong!
AskFtpSiteDeployer.xml is there but
with setting:
I have error message:
Selezione : C:/develop/VertrigoServ224/www/www/babiccinatruhla/search.html
Errore : java.net.UnknownHostException: srv3.endora.cz/babiccinatruhla.hys.cz/web/
And
with setting:
I have error message:
Selezione : C:/develop/VertrigoServ224/www/www/babiccinatruhla/search.html
Errore : java.io.FileNotFoundException: C:\develop\VertrigoServ224\www\www\babiccinatruhla\build\web\ch.html (Systém nemůže nalézt uvedenou cestu)
I do not have build directory bacause this is PHP project.
This plugin is only for JAVA projects?
Hi Alex,
at this development stage the plugin is only for Java project, we didn’t do any tests in PHP Project.
I will report your request to the developer team, maybe this update is easy to do…
Stay in touch!
Fell free to report bugs and wish list to sourceforge http://sourceforge.net/projects/ftpsitedeployer/
leave a reply