Download Server Directory
In this post we will learn how to download all the file of a remote server directory or folder.
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
In this post we will learn how to download all the file of a remote server directory or folder.
Step
Open your Ubuntu terminal and run below command
wget -r -np -nH --cut-dirs=3 -R index.html <folder-url>
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
Comments
Post a Comment