Connect
to WebDams.com using SSH.EXE, a secure
shell utility for encryption of communications and information.
Provide your password to complete
the connection. After log-in you are in the Unix
Bash shell. Let's call the new project demo_project_1
and create a separate directory for it. To create a new directory
type the following command:
mkdir
demo_project_1
Followed
by:
cd
demo_project_1
At
this moment your screen looks like
this.
You may also establish remote connection by telnet.exe in MS
Windows. However, we strongly discourage the use of telnet.exe
for its lack of security, because Telnet transmits all information
and passwords in plain text format and can easily be intercepted
by others.