Page 9 of 12

Re: TOS 4.1.30 is released for update

Posted: 13 Sep 2020, 00:36
by RonnyK
sianderson wrote: 13 Sep 2020, 00:33 I have just checked my FTP (using 4.1.30) I didn’t even realise it was enabled, I don’t have any port forwards set from outside but using FTP Client Lite it logs me straight in on my iPhone (under wifi) using my username and password and shows me the shares I have set up so certainly natively it all works

I did have to use it’s IP not hostname otherwise it would not connect, have you tried accessing the FTP from within your network, this would make sure it’s not your firewall needing an active / passive FTP connection in the client
It has nothing to do with the connection. It is an authentication issue.

Re: TOS 4.1.30 is released for update

Posted: 13 Sep 2020, 00:41
by sianderson
Ok but my point is that it authenticated my user absolutely fine and allowed me to connect

Could it be that you aren’t typing in your passwords correctly?

What happens if you create a new user with a simple password does it allow you to connect

Re: TOS 4.1.30 is released for update

Posted: 13 Sep 2020, 00:48
by sianderson
Right think I have it, usernames are case sensitive

I just created a new user called Ftp and then tried logging on as ftp in told me my username or password was incorrect then corrected it to Ftp and it logged me in

Unusual for usernames to be case sensitive

Does this help at all?

Re: TOS 4.1.30 is released for update

Posted: 13 Sep 2020, 00:50
by RonnyK
I can connect to tnas internally and externally thru terminal with any user credentials even "root" and ssh with no issues. It seems like there is a broken link between tnas FTP server and the user database. Other tnas services work just fine.

Re: TOS 4.1.30 is released for update

Posted: 17 Sep 2020, 15:50
by sianderson
Could you confirm if i need to do this, and are there any actual differences?

im guessing its because i manually installed 4.1.30 and its now been released through the auto update system?
CaptureNas1.PNG

Re: TOS 4.1.30 is released for update

Posted: 17 Sep 2020, 16:35
by scoobyfizz
same here please

Re: TOS 4.1.30 is released for update

Posted: 17 Sep 2020, 17:26
by TMSupport
Don't have to update the TOS. The update notice will be closed here.

Re: TOS 4.1.30 is released for update

Posted: 19 Sep 2020, 23:24
by Stevd
I too am having issues with the user authentication for FTP. I did update to the beta 4.2.01 and I can't get it to work.

Re: TOS 4.1.30 is released for update

Posted: 30 Sep 2020, 02:10
by RonnyK
I found where the issue with the ftp account authentication is. I found that the content of file smbftpd.conf in the folder etc/smbftpd is incomplete. I have compared that file with the same file in etc.default folder which contained much more information. I have replaced the "corrupted" config file in the etc folder by the file stored in the etc.default folder. FTP user authentication is working now without a problem. This might help You to check what has happened after tos 4.1.30 upgrade.

Re: TOS 4.1.30 is released for update

Posted: 30 Sep 2020, 02:51
by yorch
RonnyK wrote: 30 Sep 2020, 02:10 I found where the issue with the ftp account authentication is. I found that the content of file smbftpd.conf in the folder etc/smbftpd is incomplete. I have compared that file with the same file in etc.default folder which contained much more information. I have replaced the "corrupted" config file in the etc folder by the file stored in the etc.default folder. FTP user authentication is working now without a problem. This might help You to check what has happened after tos 4.1.30 upgrade.
and how is that file copied and rewritten?
I can enter ssh, but little else xD. some easy way to copy the good file, and overwrite the bad one?

Thank you.