PDA

View Full Version : Telnet Problem


Tazmania
11-23-2003, 05:20 AM
Dont wanna open a new, so I edit this.

Using ioFTPD-beta5-3-0r, but chmod did not work.

e.g.
.CHMOD 777 private
[What?]

Any idea?

Thanks,
Taz

Tazmania
11-24-2003, 09:14 AM
Please see update.

Mouton
11-24-2003, 12:25 PM
I can't update the vfs in telnet.

You can't browse directories, chown, chmod, chattr or any vfs related task.

Tazmania
11-24-2003, 12:51 PM
If I cant do it, why is it described in the tutorial?

Harm
11-24-2003, 12:59 PM
What tutorial ? and where ?

Tazmania
11-24-2003, 01:42 PM
Talking about the doc:

http://www.ioftpd.com/documentation/06-sitecmds.php#chmod

Zer0Racer
11-24-2003, 01:53 PM
Doesn't say anything about telnet. Only a handful of commands work through telnet.

Mouton
11-24-2003, 02:37 PM
I added a note in the doc. about that:

When logged in via TELNET you can use most site commands WITHOUT the site prefix, but using the dot-command notation:
.adduser <user> <password> <ident@ip>
Note that all vfs-related commands are not available in telnet (chmod, chattr, chown, etc.)And btw, it's described in that documentation page because it's available as a ftp command. Telnet is far from feature stable/complete. I suggest you use ftp commands to administer your ftp.

Tazmania
11-24-2003, 04:11 PM
Thanks Mouton :)