Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: User inputs something in box then sends it to ftp server via java?

    Start with reading the tutorial.
  2. Re: User inputs something in box then sends it to ftp server via java?

    Post the code you have so far and any questions or problems you are having with it.
  3. Re: User inputs something in box then sends it to ftp server via java?

    If you want a GUI, start by reading the tutorial in post#14
  4. Re: User inputs something in box then sends it to ftp server via java?

    You said you were going to use the apache package for the FTP part. Download the package and read the API doc on how to use the package for what you want to do. I've never used the package and...
  5. Re: User inputs something in box then sends it to ftp server via java?

    Sorry I don't open links to 3rd party sites.


    What is the "this" you want to do?

    See the tutorial for how to build a Swing GUI:
    http://docs.oracle.com/javase/tutorial/uiswing/index.html
  6. Re: User inputs something in box then sends it to ftp server via java?

    What's next?
  7. Re: User inputs something in box then sends it to ftp server via java?

    By designing I meant using paper and pencil to place the components at locations on a window. The stuff in a window is often called the GUI. Yes, writing the code to make the GUI be the way you...
  8. Re: User inputs something in box then sends it to ftp server via java?

    There are lots of samples of code here on the forum
    and there is the tutorial: The Really Big Index

    Before starting on the coding, do some designing. Draw what the window should look like.
    Make...
  9. Re: User inputs something in box then sends it to ftp server via java?

    There were no questions in post#3 so I assumed you were done. If you have questions about the project, post them and the code that you are working on.
  10. Re: User inputs something in box then sends it to ftp server via java?

    Have you gotten a solution now?
  11. Re: User inputs something in box then sends it to ftp server via java?

    Are you going to write your own code for FTP ? See the RFC for how to implement FTP
    or use a third party package? I think the apache project has one.
Results 1 to 11 of 11