ftp - How to specify destination path using mget command -
i trying copy multiple files linux machine windows using mget
. files getting downloaded, i'm not able specify destination directory (windows directory)
the mget
not allow explicitly specify target local directory.
it downloads files current local working directory.
though, can change local working directory using lcd
command:
ftp> lcd c:\path local directory c:\path. ftp> mget *.*
Comments
Post a Comment