Matija said:
I'm not sure what are you referring to, is there actually "nmap"
command in ftp RFC?
No, but there is one listed in the man page for the command-line FTP client
that I have:
nmap [inpattern outpattern]
Set or unset the filename mapping mechanism. If no arguments
are specified, the filename mapping mechanism is unset. If
arguments are specified, remote filenames are mapped during
mput commands and put commands issued without a specified
remote target filename.
It sounds like it could be a handy feature for the Net::FTP module to have.
sherm--