The Artima Developer Community
Sponsored Link

Java Answers Forum
File transfer

2 replies on 1 page. Most recent reply: Dec 5, 2003 7:45 AM by Senthoorkumaran Punniamoorthy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
steps

Posts: 14
Nickname: spanishste
Registered: Nov, 2003

File transfer Posted: Dec 3, 2003 4:18 PM
Reply to this message Reply
Advertisement
Hello everybody,
I'm quite confused and could somebody pls clarify me.Thanks in advance.Well,here it goes....
I would like to tranfer files between client and server from my GUI.Here are the steps I've written it down my self, please correct me if I'm wrong.
1.Create a button which on click will open a browser window to choose a file.
2.After selecting the file and when you click "Send"(button)the file has to be transferred to the server machine.si, under the action event of this button, I've to write all my file transfer code, right?
3.Before, i go for transfer of files, my server program shld be running on the machine on which I'm connecting to, right?

Did i miss anything else??Thanks for your time


Adam Duffy

Posts: 168
Nickname: adamduffy
Registered: Feb, 2003

Re: File transfer Posted: Dec 5, 2003 3:42 AM
Reply to this message Reply
The best way to learn is by doing. Give it a try.

Adam

Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: File transfer Posted: Dec 5, 2003 7:45 AM
Reply to this message Reply
You are basically talking about a FTP server/client based program (but not with all the functionality)

Why don't you search and see any free FTP java components are available which you can plug in.

http://jakarta.apache.org/commons/net/

May be this link will help you

Flat View: This topic has 2 replies on 1 page
Topic: EJB Previous Topic   Next Topic Topic: Garbage collector question

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use