MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / getFtpId

Method getFtpId

src/plugins/ftp/src/android/com/foxdebug/ftp/Ftp.java:1065–1067  ·  view source on GitHub ↗
(String host, int port, String username)

Source from the content-addressed store, hash-verified

1063 }
1064
1065 private String getFtpId(String host, int port, String username) {
1066 return username + "@" + host + ":" + port;
1067 }
1068
1069 private String errMessage(Exception e) {
1070 String res = e.getMessage();

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected