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?

[515 byte] By [Lior_Levya] at [2007-11-27 9:41:24]
# 1
> but performing the same operation in the java code gives me no resultAt the line 315 and 1550 of your Java code, you have serious bugs.
hiwaa at 2007-7-12 23:20:17 > top of Java-index,Core,Core APIs...
# 2
> performing the same> operation in the java code gives me no result.Obviously not the same operation. As Hiwa says, impossible to say further without some code.
ejpa at 2007-7-12 23:20:17 > top of Java-index,Core,Core APIs...