Mobile app version of vmapp.org
Login or Join
Cugini213

: CPanel ssh ftp application to transfer files to another server I have to transfer ~6GB of data from my server to another which I don't own. On my server I have ssh access, and I have SFTP

@Cugini213

Posted in: #Cpanel #Files #Ftp #Transfer

I have to transfer ~6GB of data from my server to another which I don't own.

On my server I have ssh access, and I have SFTP console client. The thing is, other server only supports plain old FTP and I can't connect to it using SFTP (at least I don't know how to do it, maybe it's possible).

So does SFTP also support plain FTP connection or is there another utility on cPanel server I could use?

I have tried to use php script to copy file by url but target server ran out of memory (only damn 64MB)

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cugini213

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cugini213

Ok, so I have succeeded by making this little php script:

<?php
exec('wget sourcesite.com/backup.zip');

I mean, it's still transferring, so I'm not sure if there's some size limit but we'll see.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme