Under stock firmware I was able to ftp into my dns-323 using internet explorer, or whatever browser happened to be installed on the machine that was handy. Once logged in there is a "open page in explorer" option which allowed me to navigate the ftp as if it were a local directory. Trying this with the latest alt-f RC gives me login and permission denied errors. I can login, navigate and even transfer files through the browser, but I can not move or even initiate an ftp session to the file explorer. Am I missing something?
I almost exclusively work on Windows machines, and most are Windows XP or 7. I realise that there are plenty of FTP clients I could install to circumvent these little frustrations, but the whole point of FTP for me is that if needed, I can grab my files from anywhere. Specifically I need the use of thumbnails which is possible if browsing the ftp with Windows Explorer: I was trying to fetch a photo for someone. Hopefully I just overlooked something.
Thanks to anyone who helps,
T.J.
I cannot seem to locate a vsftpd config file to test this, but found this solution online:
1. Login in as root
2. vi /etc/vsftpd/vsftpd.conf
3. Change anonymous_enabled=NOto anonymous_enabled=YES
4. Restart the ftp service vsftpd restart
I did see another solution that mentioned something about passive ftp settings. I would be happy to test these myself, just don't know where these vsftpd files are :P
--
You received this message because you are subscribed to the Google Groups "Alt-F" group.
To view this discussion on the web visit https://groups.google.com/d/msg/alt-f/-/cv-lEI21RXQJ.
To post to this group, send email to al...@googlegroups.com.
To unsubscribe from this group, send email to alt-f+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/alt-f?hl=en.
I cannot seem to locate a vsftpd config file to test this, but found this solution online:
1. Login in as root
2. vi /etc/vsftpd/vsftpd.conf
3. Change anonymous_enabled=NOto anonymous_enabled=YES
4. Restart the ftp service vsftpd restart
I did see another solution that mentioned something about passive ftp settings. I would be happy to test these myself, just don't know where these vsftpd files are :P