11 lines
149 B
Java
11 lines
149 B
Java
package tech.nevets.sfss.net;
|
|
|
|
import java.io.IOException;
|
|
|
|
public class SFTPServer {
|
|
|
|
public SFTPServer(int port) throws IOException {
|
|
|
|
}
|
|
}
|