R. Gerrits
Very Senior Member
hmmm, indeed seems to be a bug..
Advanced -> ReadySHARE -> Advanced Settings
there enable FTP(via internet) and enable Admin Password Protection
But then I still can logon to FTP anonymously:
I'll have a look if I can see where it goes wrong.
Advanced -> ReadySHARE -> Advanced Settings
there enable FTP(via internet) and enable Admin Password Protection
But then I still can logon to FTP anonymously:
Code:
PS C:\Users\richard> ftp
ftp> open xxxxx.mine.nu
Connected to xxxxx.mine.nu.
220 ProFTPD Server (NETGEAR-R7800) [::ffff:94.213.xxx.xxx]
200 UTF8 set to on
User (xxxxx.mine.nu:(none)): anonymous
331 Anonymous login ok, send your complete email address as your password
Password:
230 Anonymous access granted, restrictions apply
ftp> ls
200 PORT command successful
150 Opening ASCII mode data connection for file list
shares
226 Transfer complete
ftp: 11 bytes received in 0.00Seconds 3.67Kbytes/sec.
ftp> cd shares
250 CWD command successful
ftp> ls
200 PORT command successful
150 Opening ASCII mode data connection for file list
USB_Storage
226 Transfer complete
ftp: 16 bytes received in 0.00Seconds 16.00Kbytes/sec.
ftp>
I'll have a look if I can see where it goes wrong.