I have some folders and files, I created a rar file from them and copy them to my linux machine using ftp then I use this command line to extract them:
sudo unrar e files.rar /home/usr1/file
It start working but after I open the folder, I did not find my folders, I only find files a lot of them but not structured in folders like the original folder.
How can I unrar them with keeping the original structures of files and folders?