Tagged with sftp - Visokio Forums http://forums.visokio.com/discussions/tagged/sftp/feed.rss Mon, 30 Oct 17 17:50:40 -0400 Tagged with sftp - Visokio Forums en-CA Idea: SFTP RSA key http://forums.visokio.com/discussion/2953/idea-sftp-rsa-key Tue, 09 Jun 2015 09:39:43 -0400 SimonWiggins 2953@/discussions
I've been using SFTP's with a username and password but recently someone sent over details to a SFTP with RSA key as the login.
I can access the SFTP in FileZilla and manually throw up files but it would be handy to be able to upload straight from an omniscope flow.
I can probably ask them to give me a username and password credentials like other SFTP's but it would be useful to have a bit more flexibility.
I don't believe there is a feature for this currently unless I'm missing something glaring?

Thanks,

Simon]]>
Deployment: (S)FTP connectivity & posting to Box.com? http://forums.visokio.com/discussion/2914/deployment-sftp-connectivity-posting-to-box.coms Fri, 24 Apr 2015 12:43:26 -0400 hughdwyer 2914@/discussions
I've seen other similar issues in the forum about (S)FTP connectivity, but not a solution outlined that I can find...]]>
Export: Outputing file to FTP using SSH? http://forums.visokio.com/discussion/2755/export-outputing-file-to-ftp-using-sshs Thu, 06 Nov 2014 04:00:25 -0500 Alexander 2755@/discussions
For a client we would like to publish an output file, directly to the FTP. Their FTP is set up using SSH. Would this be possible in using the Output block in DataManager?

Thanks.

Alexander]]>
SCP/SFTP and SSH port forwarding (2.8+) http://forums.visokio.com/discussion/1572/scpsftp-and-ssh-port-forwarding-2.8- Wed, 30 May 2012 13:40:06 -0400 steve 1572@/discussions
Available shortly to alpha-partners.

SCP and SFTP

SCP and SFTP are secure file transfer protocols which use an SSH connection to transfer files to/from the SSH server's filesystem.

To use in Omniscope, from 2.8, enter the following URL syntax into the URL Data Source or Data Output block (for transferring in either direction, like an FTP URL):

scp://host:port/path/to/remote/file.csv
sftp://host:port/path/to/remote/file.csv

Be sure to tick "Requires authentication" and provide both a username and password.

SSH tunnel with port forwarding

An SSH tunnel with port forwarding allows you to "tunnel" access to private remote services (such as database servers) to your local Omniscope.

For example, you might use this to connect to your company's intranet database server from outside your company.

This is done by mapping a remote host & port accessible from the SSH server, to a local port, then updating your connection details to use the local port instead.

To configure, in any Omniscope 2.8 DataManager block which connects to a networked service, such as a database source or output:
  • Open the "Block options" menu (spanner/wrench icon)
  • Tick "Use SSH tunnel (advanced)"
  • In the dialog, configure the SSH session details (host/username/password), and port forwarding as required (see below)
  • Click OK

Once configured, the tunnel will be opened during any execution of the block, and closed immediately after. You cannot have two tunnels open simultaneously with the same local port, and if this is attempted, the Omniscope will process each conflicting block sequentially.

Port forwarding

With local port forwarding, a localhost port mirrors a remote service accessible from the SSH service. For example:
  • You are connecting to an intranet database from outside your organisation
  • The database server is internally called "BigDatabase" and is on port 3306
  • Only your SSH server is accessible externally
  • You would typically configure port forwarding as:
    Local port: X
    Remote host: BigDatabase
    Remote port: 3306

  • You would then configure your database connection as:
    Host: localhost
    Port: X


(where X is an arbitrary free local port - it could be the same, 3306 in this case, or any number between 1025 and 65536, providing no service or other port forwarding is running locally on that port)]]>
New: Native support for SSH tunnels and SFTP/SCP file transfers http://forums.visokio.com/discussion/1526/new-native-support-for-ssh-tunnels-and-sftpscp-file-transfers Thu, 03 May 2012 12:52:38 -0400 antonio 1526@/discussions
Using port forwarding to allow existing Omniscope connectors to connect to remote services via an Omniscope-established SSH tunnel, including FTP over SSH.

Using SCP (Secure Copy over SSH) and SFTP (SSH File Transfer Protocol) to allow Omniscope to upload or download data from remote files.]]>