On Thu, Dec 18, 2008 at 3:28 PM, Pratapani, Durga
<[email protected]> wrote:
> I have downloaded Apache FtpServer 1.0.0-M4 and wanted to use in my
> application.

Great :-)

> Apparently, I wanted to create a Java application to listen for file
> changes that happen at a remote FTP site ( remote machine where the Java
> application is not running) . From the documentation I have learnt that
> I should be using Ftplet for receiving event notifications.
>
> But, I could not get information regarding the setting of the FTP server
> name.

Are you planning on using the XML config or embed it into an
application? If the first, you can get the name from the Spring
BeanFactory or ApplicationContext. If embedding, there is no such
thing as a name on the server.

> Is there any link where I can get some examples of using Apache FTP
> server?

We do have some examples in the documentation and some in our SVN. And
feel free to ask here again if you have any specific questions!

/niklas

Reply via email to