How to use wget from Google Driver File upload in VPS

Could you use wget command in server to download file from Google Driver (GD). It’s easy here.

After upload success a file to GD. Please setting share file to can view permission in panel below:

Follow that photo to get the File ID for the next command:

wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=REPLACE_THE_FILE_ID' -O file_name_to_download.zip

It is complete to download to your space.

The next you can to use unzip or any the runner can to extra file.

Here i have used the unzip on my VPS.

unzip file_name_to_download.zip

That’s all. Hope be a tip for you!

Thanks for reading!

0 0 đánh giá
Đánh giá bài viết
Theo dõi
Thông báo của
guest

0 Góp ý
Phản hồi nội tuyến
Xem tất cả bình luận

More Post

MySQL Procedure là gì?

Procedure trong MySQL là một tập các khai báo sql được lưu trữ trong cơ sở dữ liệu(database) thực...

Dependency Injection và Service Container trong Laravel

Service Container trong Laravel như là trung tâm của một ứng dụng, có mặt mọi nơi trong dự án,...

Laravel Swagger là gì? Hướng dẫn tạo Swagger trong Laravel

Swagger là một framework giúp bạn định nghĩa, mô tả các API trong dự án một cách trực quan, rõ...

2
0
Rất thích suy nghĩ của bạn, hãy bình luận.x