handleCurPath method

void handleCurPath(
  1. String argument,
  2. FtpSession session
)

Implementation

void handleCurPath(String argument, FtpSession session) {
  session.currentPath();
}