Results 1 to 6 of 6

Thread: FTP and Telnet using linux

  1. #1
    jimmy03
    Guest

    Default FTP and Telnet using linux

    can i anybody tell me how can i use FTP and Telnet services In linux?

  2. #2
    Bronze Member
    Join Date
    Jun 2008
    Liked
    0 times
    Posts
    284

    Default

    Which distribution do you use?

  3. #3
    jimmy03
    Guest

    Default Re

    Currently i m using
    Mandriva Linux distribution

  4. #4
    Bronze Member
    Join Date
    Jun 2008
    Liked
    0 times
    Posts
    284

    Default

    Regarding FTP, you could use FireFTP extension available in FireFox. No idea about telnet clients for mandriva.

  5. #5
    Super Moderator smoothvibes's Avatar
    Join Date
    Jul 2008
    Liked
    0 times
    Posts
    4,876

    Default

    i know some FTP clients which work fine on ubuntu not sure if they will work for you or not but as per my knowledge they should work fine on your linux you can just try them once
    • kasablanca
    • ftpcube
    • gftp
    • iglooftp

  6. #6
    Junior Member
    Join Date
    Sep 2008
    Liked
    0 times
    Posts
    72

    Default

    if you are comfortable with shell then u can use these commands directly

    Code:
     telnet www.google.com
    Code:
     ftp username@server
    get/mget to download files.
    put filename to upload file
    all other shell commands work

    gftp is a good alternative for ftp with GUI

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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