java.lang.Object
com.aoindustries.aoserv.master.FtpHandler
The
FtpHandler handles all the accesses to the FTP tables.- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddGuestUser(DatabaseConnection conn, RequestSource source, InvalidateList invalidateList, User.Name linuxUser) static voidremoveGuestUser(DatabaseConnection conn, RequestSource source, InvalidateList invalidateList, User.Name linuxUser) static voidremovePrivateServer(DatabaseConnection conn, InvalidateList invalidateList, int bind)
-
Method Details
-
addGuestUser
public static void addGuestUser(DatabaseConnection conn, RequestSource source, InvalidateList invalidateList, User.Name linuxUser) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
removeGuestUser
public static void removeGuestUser(DatabaseConnection conn, RequestSource source, InvalidateList invalidateList, User.Name linuxUser) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
removePrivateServer
public static void removePrivateServer(DatabaseConnection conn, InvalidateList invalidateList, int bind) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
