When I use command line to transfer files using a wildcard from an Enterprise Unix ftp server, I get the following error:
RETR Filename.pgp
Connect socket #244 to 69.87.82.22, port 45543...550 *** ERROR *** NO BATCHES FOR TRANSMISSION
Filename.pgp - File not found...
The thing that I noticed is that when I transfer a file from that server, it gets marked with a T (transmitted) and I can't transmit it again. So what's happening is that when I use the wildcard, it sees the file but when I try to download it, it gives the error since it's already been transmistted.
Are there any arguments to ignore already transmitted files or is there a way when it uses the wildcard to ignore previously transmitted files?
Thank you