com.dsoft.jca.spi
Interface IEisConnection
- All Known Implementing Classes:
- EisConnection
public interface IEisConnection
- Author:
- Sadi Melbouci
|
Method Summary |
void |
get(java.lang.String local,
java.lang.String remote)
This method implements the get FTP function |
void |
put(java.lang.String local,
java.lang.String remote)
This method implements the put function of FTP. |
put
void put(java.lang.String local,
java.lang.String remote)
throws JsshException
- This method implements the put function of FTP.
- Parameters:
local: - is local fiole nameremote: - is the remote file name
- Throws:
JsshException
get
void get(java.lang.String local,
java.lang.String remote)
throws JsshException
- This method implements the get FTP function
- Parameters:
local - remote -
- Throws:
JsshException
Copyright © 2006 DSoft Technologies. All Rights Reserved.