SZIT PNP: Access your files and print

How to set up file access to pnp.cs.bme.hu and print via ssh.

File Access from Windows

Installs

Install the required software from https://winfsp.dev/rel/:

Network Drive Setup

  1. Open File Explorer
  2. Right-click on "This PC"
  3. Select "Map network drive..."
Map network drive menu

Configure the network drive with these settings:

Network drive configuration

Enter your credentials (username and password to pnp.cs.bme.hu) when prompted:

Login credentials window

After successful connection, you'll see your department files:

Home folder view

Document Printing

Copy the pdf files you want printed to the network share.

Create a print.sh file with the linux commands needed. Here are some example commands:

# Standard printing with copies
lp -d minolta -n 10 nev_eloszlasok.pdf

# Double-sided printing (long edge binding)
lp -d minolta -o sides=two-sided-long-edge -n 24 valszam7.pdf

# Double-sided printing (short edge binding)
lp -d minolta -o sides=two-sided-short-edge -n 12 dupla6.pdf
Printing commands example

Command Options

SSH Connection Setup

To establish SSH connections:

  1. Download PuTTY installer (putty-64bit-0.79-installer.msi) from https://www.putty.org/
  2. Run the installer with default settings
  3. Launch PuTTY and enter these settings:
  4. Optionally, save these settings with a name (e.g., "SZIT") for quick access later
PuTTY configuration

On first connection, you'll be prompted to verify the RSA key fingerprint of the server, click Accept:

PuTTY security alert