Can anyone explain me what\'s wrong with the following code? I tried different hosts, FTPClientConfigs, it\'s properly accessible via firefox/filezilla... The problem is I a
usually the annonymous user doesn't need a password, try
client.login("anonymous", "");