package tech.nevets.sfss.net; import java.io.IOException; public class SFTPServer { public SFTPServer(int port) throws IOException { } }