• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to download file throgh ftp form remote machine

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,

i have made a application, now i want to distribute that, so i need help regarding how my application will be transferrred to the client machine. is it possible through ftp , if yes then how?
if any can please help me out.

thanks
dharmendra
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could use FTP, but these days it's usually easier to just put the application (zipped/jarred/tarred etc.) on a web server somewhere and give your clients the URL to download it from.
Is there some reason why this might not work in your case?
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
U can ftp ur file by using the package com.oroinc.net.ftp.FTPClient.
I have done it.
Xavier
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi man!
U can do that using FTP class which as mget and mput methods.
For that u need to download that Ftp.jar file from the ...
sorry i have forgot the site name.give an search for FTP download and try to get that jar file.I have implemented the same .
bye
dinakar
 
reply
    Bookmark Topic Watch Topic
  • New Topic