com.psoft.hsphere.axis
Interface UserFtpServices_PortType
- All Superinterfaces:
- java.rmi.Remote
public interface UserFtpServices_PortType
- extends java.rmi.Remote
getDescription
java.lang.String getDescription()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
changeFtpPass
void changeFtpPass(AuthToken at,
java.lang.String newPass)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addFtpSubUser
void addFtpSubUser(AuthToken at,
java.lang.String username,
java.lang.String dir,
java.lang.String password)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
delFtpSubUser
void delFtpSubUser(AuthToken at,
java.lang.String username)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
changeSubUserPass
void changeSubUserPass(AuthToken at,
java.lang.String subUserName,
java.lang.String newPass)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFTPSubUsers
java.lang.Object[] getFTPSubUsers(AuthToken at)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 2005 Positive Software Corporation. All Rights Reserved.