How to access your Zope Instance with SSH login/password
To access your Zope Instance: in Windows - use WinSCP program,
in Linux - use Krusader
or Konsole.

In the New Network Connection window, which appeared after you've selected New Net Connection, enter your Host name, Username, and password, then click on the Connect button:

After you have been connected, Krusader right column will display you the content of your instance. Select the folder data1 in the right column:

How to access Zope Instance in Windows
When you have the necessary SSH login/password, start working with WinSCP:- Click on the Session
drop-down menu of
WinSCP and select the item New
Session:

- In the WinSCP Login window, which appeared after you've
selected New
Session, enter your host name, user name, password, and
click on the Save
button:

- Save your session by clicking OK:

- Now you have your new session listed in the text field of
stored
sessions and can finally login by clicking on the login button:

- In case the program asks you to confirm your wish to log
in, press Yes
button to proceed.
- Now you are connected to your Zope Instance. Go to WinSCP
right column and choose the folder data1.

How to access Zope Instance in Linux
1. Use Krusader
When you have the necessary SSH password, start working with Krusader. Click on the New Net Connection button of Krusader toolbar, or go to Commands drop-down menu and select New Net Connection item:
In the New Network Connection window, which appeared after you've selected New Net Connection, enter your Host name, Username, and password, then click on the Connect button:

After you have been connected, Krusader right column will display you the content of your instance. Select the folder data1 in the right column:

2. Use Konsole
You can use Konsole in Linux to get to your Zope instance as well. When you know your SSH login/password, open Konsole.- Login to
your Zope instance by typing:
ssh username@username.quintagroup.com
- enter your SSH password, press Enter and you are in.
- open data1
folder of Zope your instance:
cd data1
- type
ls
to see what items data1 folder contains.