Search:

Type: Posts; User: nssarah

Search: Search took 0.11 seconds.

  1. Re: FTP: transfer works fine in windows but not in linux machine

    I received a time out if I didn't stop the execution:

    java.net.ConnectException: Connection timed out
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at...
  2. Re: FTP: transfer works fine in windows but not in linux machine

    Hi,

    This is the code with the println :


    import java.io.BufferedOutputStream;
    import java.io.File;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.OutputStream;
  3. Re: FTP: transfer works fine in windows but not in linux machine

    Thank you to reply me.
    I've already put many println and this is what happened. On the root directory there are 2 folders and ih those folders there are subdirectories, the code is able to get only...
  4. FTP: transfer works fine in windows but not in linux machine

    Hi all,

    I'm new and i'm faced to an issue when i transfer files from my ftp server(windows) to my local drive (linux).
    What I want to do is: I need to loop on all directories in my server and...
Results 1 to 4 of 5