Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    4,241

    Re: Help writing to a text file on a website!

    If you're going to write a program to use FTP to upload the files, you should first understand the FTP protocol.
    The RFC for FTP gives all that there is, but its a bit detailed.
    You should get an...
  2. Replies
    10
    Views
    4,241

    Re: Help writing to a text file on a website!

    It's not too hard to write your own FTP program in java. Find the RFC(request for comments - an old term) that defines the FTP protocol and code to its specifications.
    Use Google to find the RFC...
  3. Replies
    10
    Views
    4,241

    Re: Help writing to a text file on a website!

    Can you read the FAQ or doc for the website to see how you can send it files?
    Some sites have a FTP interface that you can use to send files to a server.

    Think what the mess would be if it were...
  4. Replies
    10
    Views
    4,241

    Re: Help writing to a text file on a website!

    Where does the code execute that is supposed to write to the file on the server? I would think that to write a file on the server, there must be code executed on the server to do the writing.
    Your...
Results 1 to 4 of 4