Re: Display files on server

2006-09-07 Thread Frank W. Zammetti
Dave Kennedy wrote: I need to write an FTP client to upload/download files from a server I've implemented StrutsFileUplaod and StrutsFileDownload from the Struts Wiki Then you aren't using FTP, right? Your using HTTP for uploads and downloads :) How can I retrieve and display a directory/

Display files on server

2006-09-07 Thread Dave Kennedy
I need to write an FTP client to upload/download files from a server I've implemented StrutsFileUplaod and StrutsFileDownload from the Struts Wiki How can I retrieve and display a directory/file list of the server? Does anyone have a Struts example which displays a list of directories and files?