FTP password invalid
When Copy/pasting my password into the "open from FTP" it says invalid. Even manually typing it in still says invalid password. All information is correct. Tried reloading the program and running as admin, no change.
For clarity, have you used FTP with other hosts? If so, did it work at least once?
Could you please attach a log? Launch Chorus from command line (java -jar chorus-x.x.x.jar for jar, chorus-x.x.x.exe for exe) and see if any error occurs.
I have not accessed any other servers with Chorus before. This is the first time ever using it. Also both of those command line commands came back with "enable to access jarfile or 'chorus-x.x.x.exe' is not recognized as a command
Make sure the file matches the name of your executable. chorus-x.x.x is the generic name, so for instance you may want to use chorus-1.3 or whatever name you have set.
Also, make sure you are launching it from the correct directory.
My executable is chorus-1.3 what is the exact thing I have to type into the cmd line?
Navigate to the directory that contains the executable via the cd command, then:
exe: chorus-1.3.exe
jar: java -jar chorus-1.3.jar
At this point Chorus should have started successfully and you can read what the program outputs in real time.
Please send the error (if there is any) thrown after your log-in attempt.
No errors shown in the cmd prompt when entering in all of my server's FTP info
Any Update on the status of this?
Any Update on the status of this?
Hi, I'm still investigating.
Updates sir?
@jarretjensen @Incoconut I'm really sorry for the delay. Since 1.3.1, you can see what the error was caused by as an exception (thrown by JSch for SFTP and by commons-net for FTP) from within the terminal. Please send it here. You can also have a look at #37.