Search:

Type: Posts; User: Norm

Search: Search took 0.20 seconds.

  1. Re: Simple Ftp server for uploading and downloading file

    You missed a call to printStackTrace() for the above error.


    Is eku.txt located where the program is looking for it?
    For example if eku.txt is in the desktop folder and the program is looking in...
  2. Re: Simple Ftp server for uploading and downloading file

    The error message does NOT show the source code line number where the exception happens. Be sure to have a call to the printStackTrace() method in ALL catch blocks so the full text of the error...
  3. Re: Simple Ftp server for uploading and downloading file

    Please copy and post the full text of the console with the command line and the error message .

    On windows To copy the contents of the command prompt window:
    Click on Icon in upper left corner...
  4. Re: Simple Ftp server for uploading and downloading file

    Add the call to printStackTrace() to get the full text of the error messsage showing where the error happens.

    Please edit the post and fix the code tags to format the code.
  5. Re: Simple Ftp server for uploading and downloading file

    Please edit your post and wrap your code with code tags:


    YOUR CODE HERE

    to get highlighting and preserve formatting.

    Also please copy the full text of the error messages and paste it...
Results 1 to 5 of 5