How to wget large files from one server to another
https://tupambae.org/display/0ac89072-1667-e961-8377-1b5707689027
How to wget large files from one server to another
https://tupambae.org/display/0ac89072-1667-e961-8377-1b5707689027
update:
found the following hints pointing out that php-fpm .ini could be involved:
askubuntu.com/questions/332022…
Changes in that .ini and restarting apache2 and the respective -fpm didn't work out either.
Of course we are talking about management with the console over SSH.
I'm trying to increase the upload_max_filesize etc in order to import bigger files with phpMyAdmin. I have changed the php.ini and restart Apache. I can see the changes on the phpMyAdmin import scr...
To make sure that the settings that rule are the ones I changed, I searched for a comand line command to print the respective values within the console:php -r "echo ini_get('my_value');"
(the print is a littel bit strange tho, just a number in line before the user handle, like:
8000MrootName@VPShosting:~# )
php -r "echo ini_get('upload_max_filesize');";"
8000Mphp -r "echo ini_get('post_max_size');"e');"
8000Mphp -r "echo ini_get('max_execution_time');"e');"
0php -r "echo ini_get('memory_limit');"t');"
-1php -r "echo ini_get('max_input_time');";"
-1
Not really.
I do have ftp access to the shared hoster using fileZilla not SSH, so I can use those credentials and SSH with putty over console on the VPS. I was just starting to look into such an option but not sure for the correct command to do so. I'd probably also need to install some ftp package I guess. It's a ubuntu 2022.04 standard setup VPS.
Read that a lot, but I guess that my access to the shared hosting only with a tool like filezilla isn't enough to use resync.
Also, I'm in the middle of nowhere with internet access thru a cellphone located at a specific 20x10cm spot in the roof where I catch a littel bit of the provider antena that's at a distance of like 12km. So downloading 3.7gig to than upload it with scp is kinda impossible.
@rainer @daniel The web say's this is not possible:
Unless I can use sFTP credentials to contact the shared hosting with rsync this doesn't look like an option.
@daniel @utopiarte You wrote:
So I assumed you have ssh access. If you have and rsync is available an both sides, then you really should give rsync a try.
Nope.
(actually I detailed that in another answer, I guess you didn't get that displayed)
Right now I most likely will try to get that instance running and up to date on the shared hosting, than try to split up the file storage and than move it in parts.
Another option might be looking for a day with a good cellphone reception and do all of it with scp from over here.
Also, investigating how to do this with sFTP over SSH from the VPS is most likely an appropriate option that add's experience and tools to the general setup, as the wget investigation is kinda "ausgereizt" already.
Last but not least there could be the option to ask anyone else who does have (good fiber optics) connections to get the file onto his VPS and than create a resync setup.
👍
Nope.
[…]
I am confused. If you do not have ssh access, sftp will fail.
two server
Probable sFTP option:
rootName@VPShosting:# someSFTPtool sftpUSERNAME@sftpsSharedhostingID/sharedHostingstoragefolder/file.tar.gz /thisVPSserver/localstorage/file.tar.gz