[jboss-svn-commits] JBL Code SVN: r8585 - in labs/jbossesb/trunk/product/samples/quickstarts: . helloworld_ftp_action helloworld_ftp_action/src helloworld_ftp_action/src/quickstart helloworld_ftp_action/src/quickstart/hw_ftp_action

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Dec 23 15:44:54 EST 2006


Author: estebanschifman
Date: 2006-12-23 15:44:51 -0500 (Sat, 23 Dec 2006)
New Revision: 8585

Added:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/readme.txt
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/src/
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/src/quickstart/
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/src/quickstart/hw_ftp_action/
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/src/quickstart/hw_ftp_action/test/
Log:
Quickstart example for ftp gateway

Added: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/readme.txt	2006-12-23 20:35:05 UTC (rev 8584)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/readme.txt	2006-12-23 20:44:51 UTC (rev 8585)
@@ -0,0 +1,15 @@
+This test assumes:
+
+1) There is an FTP server running (port 21) in the host specified in jbossesb.xml:
+	<ftp-provider name="FTPprovider" hostname="localhost" >
+2) That ftp server will take a user 'ftpuser' with password 'ftppasssword' (see jbossesb.xml)
+          		<ftp-message-filter
+          			username="ftpuser"
+          			password="ftppassword"
+          			passive="false"
+          			directory="/tmp/esbInput"
+					...
+
+3) there is a directory tmp/esbInput relative to the home directory of ftpuser
+	(e.g. /home/ftpuser/tmp/esbInput)
+				




More information about the jboss-svn-commits mailing list