Partek Flow Documentation

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Your Partek Flow server name. For example: myname.partek.com

  • Your login id. For example: flowloginname

  • Your password

...

If you prefer to use a password then please change the default one emailed to you as soon as you can.

$ ssh flowloginname@myname.partek.com

$ passwd

Copying files and folders between your Partek Flow server and local computer

Uploading data to us

$ scp -r local_folder flowloginname@myname.partek.com:~/remote_folder

Downloading data from the Partek Flow server

$ scp -r flowloginname@myname.partek.com:~/remote_folder local_folder

...

$ rsync -avr --progress ./local_folder/ flowloginname@myname.partek.com:~/remote_folder/

With rsync, don't forget the trailing '/' on directory names.

...


Numbered figure captions
SubtitleText
AnchorNameFileZilla OK

Image Modified

  • Set Host: to your partek server name

  • Leave Port: blank

  • Change Protocol: to SFTP - SSH File Transfer Protocol

  • Change User: to your Partek Flow login name

  • If you just want to use a password to connect, set Login Type: to Normal and input your password

  • If you will use key-based authentication, change Logon Type: to Key File and select the key file received via email.

Numbered figure captions
SubtitleText
AnchorNameFileZilla - choose key

Image Modified

When selecting your key file, change the file selection from its default of PPK files to All files. Otherwise you key file will not be visible in the file browser.

...


Numbered figure captions
SubtitleText
AnchorNameFileZilla - SFTP

Image Modified

When you need to reconnect to your server, run FileZilla and click the down arrow next to the Site Manager icon, then select Partek SFTP.

...