STOP and READUSE THIS TEMPLATENO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
Hello, I've never used Rclone. I'll need to transfer data hosted on Seedhost.eu to the Google One cloud someday and would like to do it without having to download and then upload everything.
I have access to Seedhost with FTP ID and password.
Can you tell me if this is possible, and perhaps provide a link that demonstrates such a procedure?
Thank you very much
What is the problem you are having with rclone?
Run the command 'rclone version' and share the full output of the command.
Which cloud storage system are you using? (eg Google Drive)
The command you were trying to run (eg rclone copy /tmp remote:tmp)
Paste command here
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
Paste config here
A log from the command that you were trying to run with the -vv flag
This is possible, but if you want to do it yourself with rclone then you will need SSH access to install and run rclone commands on seedbox, so you can send the data straight to your google storage.
You can use something like puTTY to connect via SSH. If you can do this, let me know and we can give you some more instructions.
That might be an easier solution if you want to use FTP, I am not too familiar with it FileZilla but I think that it will move the data to your PC first so might be slower.
If you want to use rclone you will have to install it on seedbox via SSH (I think it might be pre-installed on seedhost but not sure). Then add your Google One account as a remote - see Google drive . Then you can use a command like ‘rclone copy’ to move the files.
side note: When making your config, you will also need to answer no to the question “Use web browser to automatically authenticate rclone with remote?” - see the docs for more info. You will also need to install rclone on the pc you are using to do this.