Forum

> > CS2D > General > Dedi
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch Dedi

4 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Dedi

Zurak
User Off Offline

Zitieren
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.

alt Re: Dedi

ohaz
User Off Offline

Zitieren
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!

alt Re: Dedi

Zurak
User Off Offline

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

alt Re: Dedi

Banaan
User Off Offline

Zitieren
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.

alt Re: Dedi

Zurak
User Off Offline

Zitieren
i got it all set up. ty though.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht