Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The following page has been changed by KenTanaka: http://wiki.apache.org/jakarta-commons/SimpleSftpFileDownload ------------------------------------------------------------------------------ == Code Listing == - Content of '''{{{src/main/java/gov/noaa/eds/byExample/trySimpleVfsSftp/App.java}}}'''. Be sure to customize the variables near the top of the listing to match your environment if you intend to run this code. The variable to modifiy are {{{host, user, password, remoteDir, filePatternString}}} and {{{localDir}}}. + Content of '''{{{src/main/java/gov/noaa/eds/byExample/trySimpleVfsSftp/App.java}}}''' (yes, maven does expect the file to be nested down in this directory hierarchy). Be sure to customize the variables near the top of the listing to match your environment if you intend to run this code. The variables to modifiy are {{{host, user, password, remoteDir, filePatternString}}} and {{{localDir}}}. {{{ /* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]