Results 1 to 5 of 5

Thread: Ubuntu command line ftp

  1. #1
    Join Date
    Jun 2009
    Posts
    16

    Ubuntu command line ftp

    Hello

    I want to use Ubuntu command line ftp access through terminal. but I need help with the command. such as deleting folder together with its sub directories and renaming files or folders .

    Thanks

  2. #2
    Join Date
    May 2008
    Posts
    71

    Re: Ubuntu command line ftp

    Here is the commands that allow you to browse, download and send data using this protocol.

    help -> Allows you to know all the commands supported by the server.
    status -> Provides information on the client.
    type -> Displays the current transfer mode (ascii or binary).
    ls -> List the files in the current directory.
    pwd -> Displays the name of the current directory.
    cd -> Change the current directory.
    cd .. -> back to top directory.
    mkdir -> Create a directory.

  3. #3
    Join Date
    Dec 2008
    Posts
    65

    Re: Ubuntu command line ftp

    Ubuntu command which will help you

    rmdir -> Deletes a directory.
    put -> Allows you to send a file in the current directory.
    mputer -> Allows you to send multiple files in the current directory.
    get -> Allows you to download a file.
    mget -> Allows you to download multiple files.
    quit -> Disconnect.

  4. #4
    Join Date
    Dec 2008
    Posts
    40

    Re: Ubuntu command line ftp

    Try it like this:

    ftp> !ls -d !(*.*)


    Another way:

    ftp> !bash
    bash> ls -d !(*.*)
    file1 file2 file3 dir1 dir2
    bash> exit
    ftp>

  5. #5
    Join Date
    Oct 2008
    Posts
    43

    Re: Ubuntu command line ftp

    Configure FTP server
    The FTP server configuration is done by editing / etc / vsftpd.conf

    To edit this file, enter: gksu gedit / etc / vsftpd.conf

    Prohibit anonymous FTP

    Change the line:

    nonymous_enable = YES

    in:

    NO = anonymous_enable

    allows local users to connect : local_enable = YES

    This will allow users reported in Ubuntu use the same login / password to access the FTP server.

Similar Threads

  1. Replies: 8
    Last Post: 01-04-2012, 04:34 PM
  2. Replies: 5
    Last Post: 19-07-2011, 11:04 PM
  3. Ubuntu 10.10 boots only in the command line
    By AaAgMaN in forum Operating Systems
    Replies: 3
    Last Post: 29-01-2011, 07:42 PM
  4. xcopy command line together with wmplayer command line
    By Aislinn in forum Operating Systems
    Replies: 5
    Last Post: 31-03-2010, 12:13 PM
  5. Replies: 3
    Last Post: 03-09-2009, 05:41 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,715,869,416.60490 seconds with 17 queries