Forum

> > CS2D > General > Dedi
Forums overviewCS2D overviewGeneral overviewLog in to reply

English Dedi

4 replies
To the start Previous 1 Next To the start

old Dedi

Zurak
User Off Offline

Quote
Can someone please explain to me the steps to uploading a custom cs2d folder and running it through an SSH Terminal to linux ubuntu 9.

old Re: Dedi

ohaz
User Off Offline

Quote
Go to: http://cs2d.com/download.php
Download the windows zip archive
And
the dedicated server for linux.
extract both to the same location, delete the exe files.
Go to /sys/ folder, open the server.cfg and configure it as you wish.
Upload it with any FTP / SFTP tool.
open the SSH Termninal go to the cs2d folder (with cd folder)
do:
chmod +x cs2d_dedicated
and:
nohup ./cs2d_dedicated &
it should be up and running!

old Re: Dedi

Zurak
User Off Offline

Quote
whats the command through Shh to transfer files from my computer

old Re: Dedi

Banaan
User Off Offline

Quote
it's a lot easier using an SFTP client (FileZilla's a good one).

The file transfer needs to be done through SFTP. Connecting is easy (as long as you have SFTP access) and can be done from inside the terminal:
1
sftp username@12.34.56.78
It will then ask for your password.
Just use your root login for this.

use the command cd to change to the desired remote directory and the command lcd to change to the desired local directory.

Now transfer the files using put for a single file and mput for multiple files (these commands need to be followed by (a) filename(s)). To upload the contents of the entire local directory at once, use mput *.

To disconnect, use the quit or bye command.

old Re: Dedi

Zurak
User Off Offline

Quote
i got it all set up. ty though.
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview