Searched refs:cp_Username (Results 1 – 2 of 2) sorted by relevance
378 username = publish.cp_Username == null ? PropertyNames.EMPTY_STRING : publish.cp_Username; in execute()390 publish.cp_Username = username; in execute()640 p.cp_Username = "ronftp"; in main()744 return "ftp://" + p.cp_Username + ":" + p.password + "@" + host(p.cp_URL); in getFullURL()
40 public String cp_Username; field in CGPublish88 return "ftp://" + cp_Username + in ftpURL()
Completed in 12 milliseconds