Hi, I’m wondering how to use scp to transfer a pre-downloaded latest curser-server to a non-http server so that I could use ssh-remote to connect it. Thanks!
same question
The current version of cursor has a downgrade strategy. After multiple connection failures, cursor will download the tar.gz file locally and then transfer it to the target server’s ~/.cursor-server/ through the SSH pipeline.
Unfortunately, it’s not possible to preload the remote server, since the remote server version is tied to the Cursor client version. Hence, this is why we download it on the fly when establishing the remote connection.