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 -

jsf - How to order SelectItems in custom renderer extending MyFaces HtmlMenuRenderer -

sql server - SQL, get max id of column -