How to Upload and Download specific directory.
I have been killing myself trying to download or upload a file to a specific folder, here is my command:
For Get I will like it to go to a remote folder called "download" and put everything in "d:\" in my local machine :
"get -neweronly -preservetime /* d:\"
For Put I will like to go to a remote folder called "upload" and put everything in "U:\Docs" in my local machine:
"put -neweronly u:\* /"
Thanks!
For Get I will like it to go to a remote folder called "download" and put everything in "d:\" in my local machine :
"get -neweronly -preservetime /* d:\"
For Put I will like to go to a remote folder called "upload" and put everything in "U:\Docs" in my local machine:
"put -neweronly u:\* /"
Thanks!