Differences

This shows you the differences between the selected revisions of the page.

2012-03-05 2012-03-05
Change creation of TransferOptions, replace quotes (brablc) Replace quotes. (brablc)
Line 32: Line 32:
$sessionOptions->{'Protocol'} = $consts->{'Protocol_Sftp'}; $sessionOptions->{'Protocol'} = $consts->{'Protocol_Sftp'};
-$sessionOptions->{'HostName'} = "example.com"+$sessionOptions->{'HostName'} = 'example.com'
-$sessionOptions->{'UserName'} = "user"+$sessionOptions->{'UserName'} = 'user'
-$sessionOptions->{'Password'} = "mypassword"+$sessionOptions->{'Password'} = 'mypassword'
-$sessionOptions->{'SshHostKey'} = "ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx";+$sessionOptions->{'SshHostKey'} = 'ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx';
</code> </code>

Last modified: by brablc