package server; import java.rmi.*; import Models.User; public interface ServerInterface extends Remote { public User getFtpUser() throws RemoteException; }