I'm trying to retrieve some files from a remote FTPS - explicit server, but when I connect with other tools I see different filenames than when I do a "dir()" command on the SSLFTPClient. The file names are in a strange format (I can't give the actual file names, but here is something similar):
,TRX_BGCONFTP,somefilename.txt,U,20100414T89018994032.bin
This is the filename I see and what gets saved using a product called "Core FTP". However when I use edtFTPj, this is the filename I see when I do a "dir()" command:
20100414T89018994032
I can do a "get" on that filename snippet and it will pull the file down, which is even more odd.
Can anyone comment on this behavior?
Thanks,
- Aaron