<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?action=history&amp;feed=atom&amp;title=SFTPManager</id>
	<title>SFTPManager - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?action=history&amp;feed=atom&amp;title=SFTPManager"/>
	<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=SFTPManager&amp;action=history"/>
	<updated>2026-05-28T17:21:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.7</generator>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=SFTPManager&amp;diff=1385&amp;oldid=prev</id>
		<title>Anonymous: Created page with &quot;==Description==  Use this element for encapsulating the parameters required to connect to a remote file system accessible via FTP over SSH.  =={{VULCON}} / {{GVCONSOLE}} Configur...&quot;</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=SFTPManager&amp;diff=1385&amp;oldid=prev"/>
		<updated>2012-02-03T10:31:55Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Description==  Use this element for encapsulating the parameters required to connect to a remote file system accessible via FTP over SSH.  =={{VULCON}} / {{GVCONSOLE}} Configur...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Description==&lt;br /&gt;
&lt;br /&gt;
Use this element for encapsulating the parameters required to connect to a remote file system accessible via FTP over SSH.&lt;br /&gt;
&lt;br /&gt;
=={{VULCON}} / {{GVCONSOLE}} Configuration==&lt;br /&gt;
&lt;br /&gt;
If the target directory is on a remote file system accessible via FTP over SSH, you can define the parameters for connection.&lt;br /&gt;
&lt;br /&gt;
The SFTPManager Element is used by [[Fsmonitor-call#RemoteFileSystemMonitor|RemoteFileSystemMonitor]] and [[remotemanager-call]]. It has the following attributes:&lt;br /&gt;
* ''type'': remote-manager.&lt;br /&gt;
* ''class'': it.greenvulcano.util.remotefs.sftp.SFTPManager.&lt;br /&gt;
* ''hostname'': Server host name.&lt;br /&gt;
* ''port'': Server listening port. Default: 22.&lt;br /&gt;
* ''knownHostFilePath'': 'known_hosts' file path. Default: $HOME/.ssh/known_hosts&lt;br /&gt;
* ''authMethod'': Authentication method for accessing remote host. The attribute's admitted values are:&lt;br /&gt;
** password&lt;br /&gt;
** publicKey&lt;br /&gt;
* ''username'': Username for the connection. If not set, the user is retrieved by which GV was executed by the system property ''user.name''.&lt;br /&gt;
* ''password'': Password for the connection. #Encrypted&lt;br /&gt;
* ''connectTimeout'': Connect timeout (in milliseconds). Default: infinite.&lt;br /&gt;
* ''dataTimeout'': Data transfer timeout (in milliseconds). Default: infinite.&lt;br /&gt;
* ''autoConnect'': If true the instance use autoconnect/disconnect at each method invocation. Default false. The attribute's admitted values are:&lt;br /&gt;
** true&lt;br /&gt;
** false&lt;br /&gt;
&lt;br /&gt;
===IdentityInfo===&lt;br /&gt;
&lt;br /&gt;
This subelements retrieves information for public and private keys to connect with SSH, with authentication method ''publicKey''.&lt;br /&gt;
&lt;br /&gt;
The IdentityInfo Element is used by SFTPManager. It has the attributes:&lt;br /&gt;
* ''privateKey'': Path of file containing the private key.&lt;br /&gt;
* ''passphrase'': Passphrase to access the private key. #Encrypted&lt;br /&gt;
* ''publicKey'': Path of file containing the public key.&lt;/div&gt;</summary>
		<author><name>Anonymous</name></author>
		
	</entry>
</feed>