Indiana University
University Information Technology Services
  
What are archived documents?
Login>>
Login

Login is for authorized groups (e.g., UITS, OVPIT, and TCC) that need access to specialized Knowledge Base documents. Otherwise, simply use the Knowledge Base without logging in.

Close

With command line FTP, how can I transfer a group of files without typing out all their names?

The FTP get and put commands only transfer single files. To transfer multiple files, you can use the commands mget and mput.

Transferring files from your computer to another

  1. To transfer files to another computer, open an FTP connection to that computer.

  2. To move files from the current directory of your computer, use the mput command.

    For example, to move files named myfile, mynotes, and mystuff from the current directory of your computer, at the FTP prompt, enter:

    mput my*

    The asterisk (*) is a wildcard that tells FTP to match all files starting with  my . You can also use a question mark ( ? ) to match a single letter. To interrupt the series of transfers, press Ctrl-c , and FTP will ask you whether you want to continue.

  3. When prompted, enter  y  to transfer each file. To turn this feature off, before you begin transferring files, at the FTP prompt, enter: prompt

Transferring files from a different computer to yours

  1. Open an FTP connection to another computer.

  2. To retrieve files, use the mget command.

    For example, to retrieve files named myfile1, myfile2, and myfile3 from another computer, at the FTP prompt, enter:

    mget myfile?
  3. If prompted, enter  y  to transfer each file.

Note: If the files you're transferring are anything other than plain ASCII text files, specify a binary transfer before sending or receiving. To do so, at the FTP prompt, enter:

binary

At Indiana University, for personal or departmental Linux or Unix systems support, see At IU, how do I get support for Linux or Unix?

This is document aceu in domain all.
Last modified on May 13, 2009.

Comments/Questions/Corrections

Use this form to offer suggestions, corrections, and additions to the Knowledge Base. We welcome your input!

If you are affiliated with Indiana University and would like assistance with a specific computing problem, please use the Ask a Consultant form, or contact your campus Support Center.

Contact Information

Note: We will reply to your comment at this address. If your message concerns a problem receiving email, please enter an alternate email address.