2013
Academic Partnerships, LLC.
CONNECTING TO [Link]
SFTP Instructions
Januy 1, 2012
Overview:
This document is an overview of acceptable clients and login procedures to transfer and receive files
from the Academic Partnerships SFTP server farm. If you experience issues or need access, please feel
free to contact us via email: helpdesk@[Link]
Our solution should work with any SFTP capable client. We have included some popular options along
with screenshots to help ease your setup/transition to the solution.
For technical details regarding the SFTP protocol and RFCs please see the following documents:
[Link]
[Link]
CONNECTING TO [Link]
Supported Clients:
Command Line:
Linux: [Link]
Windows: [Link]
GUI:
WinSCP Download: [Link]
WinSCP Help: [Link]
FileZilla Download: [Link]
FileZIlla Help: [Link]
January 1, 2012
1 SFTP Instructions | Academic Partnerships, LLC.
CONNECTING TO [Link]
Generating Public/Private Keys for Authentication:
Linux:
From a command shell type;
ssh-keygen -t rsa
You will be greeted with the following prompts:
Generating public/private rsa key pair.
Enter file in which to save the key (/home/user1/.ssh/id_rsa): Enter
passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in .ssh/id_rsa.
Your public key has been saved in .ssh/id_rsa.pub.
The key fingerprint is:
[Link] [Link] user1@[Link]
Send an email to our helpdesk in an email with the following subject:
OrganizationName New SFTP Credentials and attach the public key.
2 SFTP Instructions | Academic Partnerships, LLC.
CONNECTING TO [Link]
Windows:
Download Puttygen from the following location:
[Link]
Run/Open puttygen
Select the Generate button
Follow on-screen instructions (move mouse around to generate randomness)
Once complete, enter a pass-phrase (this will be used when importing your key into your chosen client)
Click: Save public key (save to local machine) January
1, 2012
Click: Save private key (also save to local machine)
Send an email to our helpdesk in an email with the following subject:
OrganizationName New SFTP Credentials and attach the public key.
WinSCP Setup Example:
Open WinSCP, and choose New and enter the following settings:
Host Name: [Link]
Port Number: 22
User Name: Your user name (You will receive this prior to generating
your SSH keys).
Private Key File: Map to the proper private key you generated.
Protocol: SFTP
3 SFTP Instructions | Academic Partnerships, LLC.
CONNECTING TO [Link]
Allow SCP Fallback: Checked
Example:
4 SFTP Instructions | Academic Partnerships, LLC.