Originally posted by: DJ Fuji
ok this is what i put. Let me know if i'm off base here...
>>FTP uses port 21 for control connections. Use telnet to connect to port 21. Can you list the contents of a directory or perform a file transfer? Why or why not?
I can connect ok to port 21 on my web server, but cannot transfer files. I believe the reason is that telnet is a terminal emulation program. Thus, like terminal services client, any commands you give it will be executed on the server. Using the command line "FTP" program, however, definitely lets you connect and transfer files.
Some instances of the telnet program can allow for file transfer by using the "zmodem" protocol. However, telnet by itself does not support file transfer or listing.