Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Can you telnet or connect to a ftp program?

  1. #11
    Junior Member
    Join Date
    Nov 2001
    Posts
    4

    Talking Can you retrive files

    Yes...you can retrieve files by telnetting to the ftp port. Some of the ftp servers will not provide local echo...so you'll have to know what your typing. When you connect...you need to type "USER <username>", and then "PASS <password>". Then type help to view the list of available commands. For example, to change to binary mode, you will type "TYPE I" rather than the usual "BIN". To get a file, you would type "RETR <filename>" rather than "GET."

  2. #12
    Senior Member
    Join Date
    Nov 2001
    Posts
    185

    telnet or ftp to a remote machine

    Yeah sure.

    If the remote machine accepts telnet connections from outside the firewall and has a telnet service running, just (I assume you are a Windows user) open up a command prompt and

    C:\ telnet machine.example.org

    You most likely will need a username and password to get in, unless they did not set it up for username/passwords.

    To ftp to a remote machine, once again using the command prompt.

    C:\ ftp ftp.hostname.org

    //sometimes ftp ww.hostname.org

    once again you will probably need a username and password, but if the machine accepts anonynous users use.

    username: anonymous
    password: you@your-email.org

    Hope that helps a little.
    Know this..., you may not by thyself in pride claim the Mantle of Wizardry; that way lies only Bogosity without End.

    Rather must you Become, and Become, and Become, until Hackers respect thy Power, and other Wizards hail thee as a Brother or Sister in Wisdom, and you wake up and realize that the Mantle hath lain unknown upon thy Shoulders since you knew not when.


  3. #13
    Junior Member
    Join Date
    Sep 2001
    Posts
    6

    Wink ftp

    just use ftp from command line .

    from any window os ;try ftp

    ftp

    open <ip>

    and up u go

    ls -list , get-to get a file ....

    good luck

  4. #14
    Senior Member
    Join Date
    Sep 2001
    Posts
    111
    hello
    Never use ftp://username:password@domain because
    your username and password will be transfered in clear text and everybody with a sniffer in the network can see your password.
    for telneting just do this
    telnet host 21
    give your username and your password
    for seeing a list of files just type LS
    for getting a file get filename
    for uploading a file put filename

    or use the dos command ftp
    open host

    i hope this helps you
    bye
    If God had intended
    Man to program,
    we would be born
    with serial I/O ports.

  5. #15
    Member
    Join Date
    Sep 2001
    Location
    Belgium
    Posts
    95

    Post Secure it

    If you do setup a FTP-server, please remember to disable anonymous access and such. Otherwise, we'll all be giving you advise to retake your FTP-server in a coupl'o days. And by god, then you can hope they did'nt play with tagged dirs, as that can become quite shitty.

    Grtz,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •