ICEFaces upload to a FTP location
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
ICEFaces upload to a FTP location  XML
Forum Index -> Components
Author Message
suresh.mohith

Joined: 25/06/2010 13:25:05
Messages: 1
Offline


I would like to know wheather a file can be uploaded to FTP location using the "File Upload" component.

Thanks.
Unvirtual

Joined: 02/01/2009 00:00:00
Messages: 42
Offline


I would say, after uploading the file into application, make a simple ftp call and send it by this way.

Somethin like this:

Code:
 TFTPClient client = new TFPClient();
 //call methods to connect to server
 //call methods for wuthentication
 


Hope this helps.

Greetz
Florian Hell
 
Forum Index -> Components
Go to:   
Powered by JForum 2.1.7ice © JForum Team