Deprecated: Optional parameter $shortcode declared before required parameter $args is implicitly treated as a required parameter in /home/ashishka/public_html/wp-content/plugins/wp-cirrus/wp-cirrus.php on line 331

Warning: Cannot modify header information - headers already sent by (output started at /home/ashishka/public_html/wp-content/plugins/wp-cirrus/wp-cirrus.php:331) in /home/ashishka/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta/Robots.php on line 89

Warning: Cannot modify header information - headers already sent by (output started at /home/ashishka/public_html/wp-content/plugins/wp-cirrus/wp-cirrus.php:331) in /home/ashishka/public_html/wp-includes/feed-rss2.php on line 8
Zip File | Web Hosting Stuff https://www.ashishkale.in Get solutions under one roof Sat, 03 Oct 2015 06:29:16 +0000 en-US hourly 1 How to Uploading Files using Unzip in Linux https://www.ashishkale.in/how-to-uploading-files-using-unzip-in-linux/ https://www.ashishkale.in/how-to-uploading-files-using-unzip-in-linux/#respond Sat, 03 Oct 2015 06:24:11 +0000 http://www.ashishkale.in/?p=878 Uploading Files using Unzip in Linux When you want to upload large number of files in your web server, you can easy to uploading large number of files by using unzip in Linux. Please follow the steps and quickly upload the necessary files in your linux os. Step 1 : To Upload the zipped file to your SSH server. Step 2 : To Unzip the [...]

The post How to Uploading Files using Unzip in Linux first appeared on Web Hosting Stuff.

]]>
Uploading Files using Unzip in Linux

When you want to upload large number of files in your web server, you can easy to uploading large number of files by using unzip in Linux. Please follow the steps and quickly upload the necessary files in your linux os.

Uploading Files using Unzip in Linux
Step 1 : To Upload the zipped file to your SSH server.

Step 2 : To Unzip the zipped file to the destination folder.

Step 3 : To test the zipped file by using following command.

unzip -t zip_file_name

zip-files

Step 4 : To extract the zipped file, use the following command.

unzip zip_file_name -d destination_folder

extract file

Note: Don’t forget to use the -d parameter as otherwise you will have nasty errors. Be careful with permissions as well.

 

That’s it !

The post How to Uploading Files using Unzip in Linux first appeared on Web Hosting Stuff.

]]>
https://www.ashishkale.in/how-to-uploading-files-using-unzip-in-linux/feed/ 0