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

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -