Is there any linux equivalent for file handling with wildcards in a ftp server?
Say I have files for a date 20120520
which i want to delete at once
Can something of this sort be done in an FTP server:
delete *20120520*
which will delete any/all files of that date in the ftp server directory.
I mean there are always ways of deleting old files in FTP , but just wanted to know if any wild card feature exist for FTP, this would make tasks simpler
Thanks.