File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes File Upload Utility Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "File Upload Utility" Watch "File Upload Utility" New topic
Author

File Upload Utility

Kheerthan Singh
Greenhorn

Joined: Aug 07, 2003
Posts: 2
I would like to write the following utility.
- A web page with a button - "File Upload".
- On click of the button - All files from one folder on a unix server(about 15 folder and about 100 files in subfolders.) to be FTPed to another Unix server.
Is this possible? Any ideas appreciated.
Thanks,
Kheerthan
PRASHANT HEGU
Greenhorn

Joined: May 13, 2003
Posts: 5
Hi
Please look for jspsmart upload.
Prashant
Sudharsan Govindarajan
Ranch Hand

Joined: Jul 03, 2002
Posts: 319
You want read the contents of a local machine or the content of a server to which you have access? As long as you have the read access to the first Unix server and FTP access to the second server, I dont see any problem in doing this.
But, if you are trying the read the contents of the local m/c in which the browser is running, I doubt u can do that
Sudharsan
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: File Upload Utility
 
Similar Threads
Uploading file not working
request paramter problem
Folder Upload in Java
upload file to windows share folder running on unix
Reading Multiple files by single submit