is wget working in ftp ?

I get

ftp> wget
?Invalid command.
ftp> 0 * * * * wget -O - -q -t 1 http://www.example.com/cron.php
?Invalid command.

thanks

mhm, is pico working ?

ftp>pico myFIle.txt
?Invalid command.

you can run an external command in a ftp session by entering a "!" in front of the command.

hi.. for example ?

I tried

ftp>!pico filename.txt

but it opens a blank file instead of the file on the server...

the ! commands are executed on your LOCAL computer...

so what's the utility if I cannot open remote files ?

FTP stands for File Transfer Protocol, not "run arbitrary commands remotely". If you want to run commands on the remote host (including editing files), connect using SSH.