chorus icon indicating copy to clipboard operation
chorus copied to clipboard

FTP password invalid

Open jarretjensen opened this issue 5 years ago • 10 comments

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.

jarretjensen avatar Mar 04 '21 16:03 jarretjensen

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.

iamgio avatar Mar 04 '21 21:03 iamgio

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

jarretjensen avatar Mar 04 '21 22:03 jarretjensen

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.

iamgio avatar Mar 05 '21 10:03 iamgio

My executable is chorus-1.3 what is the exact thing I have to type into the cmd line?

jarretjensen avatar Mar 05 '21 18:03 jarretjensen

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.

iamgio avatar Mar 06 '21 16:03 iamgio

image No errors shown in the cmd prompt when entering in all of my server's FTP info

jarretjensen avatar Mar 07 '21 18:03 jarretjensen

Any Update on the status of this?

jarretjensen avatar Mar 10 '21 03:03 jarretjensen

Any Update on the status of this?

Hi, I'm still investigating.

iamgio avatar Mar 10 '21 15:03 iamgio

Updates sir?

Incoconut avatar Aug 09 '21 01:08 Incoconut

@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.

iamgio avatar Aug 11 '21 19:08 iamgio