• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

FileWriter to send a ftp a file

 
Ranch Hand
Posts: 103
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it possible to use FileWriter class to send a file to an ftp site?
What I mean is, I want to be able to send files at a time instead of using a write(char[],..) or writing strings at a time. I need to ftp a few large files to a given site. Also, for ftping I intend to use URL and URL connection. Is there another way to do it?
Thanks in advance,
Savithri
 
Ranch Hand
Posts: 1492
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Savithri,
No I don't think you can use any File class. Check out this site for freeware FTP bean.
http://www.geocities.com/SiliconValley/Code/9129/javabean/ftpbean
Enjoy,
Manfred.
 
reply
    Bookmark Topic Watch Topic
  • New Topic