To connect from Linux, you can simply use the ssh command for an interactive connection, and the sftp command for file transfer.
$ ssh gul3.bim.gantep.edu.tr $ sftp gul3.bim.gantep.edu.tr
Sending graphical displays from Gul3 to your office PC
To send graphical (X11) displays to your office computer,
first you need an X-server to be running on your PC,
and then you need to use the X11 forwarding feature of your ssh client.
X Server
The X server accepts graphical data from the remote host and presents it
on your desktop.
X11 Forwarding
Once you have an X server running, you need to enable X11 forwarding in your ssh client:
$ ssh -X username@gul3.bim.gantep.edu.trYou can also add data compression with the -C option if you have a slow connection.
System manager : system@gantep.edu.tr