Upload a folder content to root directory
Solved
Surfer
-
I have my html files in a docs directory
I want to put the contents of my docs directory to /surfer put docs/. /
Ends up creating /docs
cd docs surfer put . /
Still ends up creating /docs
Uploading one file at a time, and then sub-directories inside docs works, but it is not efficient for me as I add more files and sub-directories to docs folder.
How do I solve this problem? I want to put the contents of my docs directory to /
-
@robi said in Upload a folder content to root directory:
try using * instead of .
Yes, this worked. Thank you.