examples
Class server2serverFTP
java.lang.Object
examples.server2serverFTP
public final class server2serverFTP
- extends Object
This is an example program demonstrating how to use the FTPClient class.
This program arranges a server to server file transfer that transfers
a file from host1 to host2. Keep in mind, this program might only work
if host2 is the same as the host you run it on (for security reasons,
some ftp servers only allow PORT commands to be issued with a host
argument equal to the client host).
Usage: ftp
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
server2serverFTP
public server2serverFTP()
main
public static final void main(String[] args)
Copyright © 1997-2010 The Apache Software Foundation. All Rights Reserved.