Search:

Type: Posts; User: DavidFongs

Search: Search took 0.12 seconds.

  1. [SOLVED] Re: Problem trying to retrieve a file from ftp server

    I'm glad that helped.... It should be noted you will have the same problem when setting up your FileOutputStream
  2. [SOLVED] Re: Problem trying to retrieve a file from ftp server

    String remotepath = "/Users/usr_name/ftpfile";

    so this line: if (client.retrieveFile(remotepath + "testfile.txt", fout))

    is actually: if...
Results 1 to 2 of 2