File does not exist after ftp downloading
Hi all,
I have a really strange problem.
I'm getting a file from a remote server (ftp "get"), the process ends with no exceptions, but when I go to the specific directory where the file should have been - there is nothing there.
I tried to get the file manually through acommand line ftp and it succeeded, but performing the same operation in the java code gives me no result.
I also scanned the entire hard-disks but again - the file does not exist anywhere.
Any idea? Anyone?

