-
Hi, I setup the ftp part on the mt32 config file, but when i want to connect, it says access denied. You will find my config file below, is there something I missed ? https://www.dropbox.com/s/r05b3o2y7hsgtaa/Network%20part%20config.txt?dl=1 Telnet on port 21 returned me : 220 Welcome to the mt32-pi v0.11.0 embedded FTP server! So port is listening, but FileZilla and Winscp won't let me. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 11 comments
-
Can you post the FileZilla log please? |
Beta Was this translation helpful? Give feedback.
-
Here it is : 2022-01-19 11:57:54 12744 1 Status: Connecting to 192.168.1.29:21... |
Beta Was this translation helpful? Give feedback.
-
Here is one more talking with winscp : . 2022-01-19 12:01:19.885 -------------------------------------------------------------------------- |
Beta Was this translation helpful? Give feedback.
-
The only way you can possibly get this error is if the username/password is wrong. Re: FileZilla, it is attempting to use TLS, which is not supported - follow the wiki to fix this, there are other settings for FileZilla you need to fix aswell: https://github.com/dwhinham/mt32-pi/wiki/Embedded-FTP-server#using-filezilla |
Beta Was this translation helpful? Give feedback.
-
I will use winscp, I tried fillezilla to check if it was not winscp. I have this in my config : ftp_username = mt32-pi I copy / past and it's the same. |
Beta Was this translation helpful? Give feedback.
-
You're pasting the password? How do you know you haven't gotten an extra space or something at the end? I have no other explanation, sorry. It's working fine with both clients for me. |
Beta Was this translation helpful? Give feedback.
-
I tried manualy typing it and with copy/paste. To check if i have no space, i put in notepad+ to check if there is space before and after. |
Beta Was this translation helpful? Give feedback.
-
Attach your mt32-pi.cfg file by dragging and dropping it into this web page |
Beta Was this translation helpful? Give feedback.
-
Here it is, I even tried with setting a custom username / password, but it is the same. So i tried with default setup user/pass = mt32-pi |
Beta Was this translation helpful? Give feedback.
-
Thanks - I've figured it out. Please add an extra blank line to the end of your config file - it should then work fine. There is a bug in the config file reader that is corrupting the password because the file ends without a line ending. This will be fixed in the next release. |
Beta Was this translation helpful? Give feedback.
-
Works perfectly, many thanks ! |
Beta Was this translation helpful? Give feedback.
Thanks - I've figured it out.
Please add an extra blank line to the end of your config file - it should then work fine.
There is a bug in the config file reader that is corrupting the password because the file ends without a line ending.
This will be fixed in the next release.