examples
Class SFTPDownload

java.lang.Object
  extended by examples.SFTPDownload

public class SFTPDownload
extends Object

This example demonstrates downloading of a file over SFTP from the SSH server.


Constructor Summary
SFTPDownload()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFTPDownload

public SFTPDownload()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.