Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7738081
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:10:14+00:00 2026-06-01T08:10:14+00:00

While browsing SO I sometimes see EOFD for example: ftp -vn <$hostname> <<EOFD Yes

  • 0

While browsing SO I sometimes see EOFD for example:

ftp -vn <$hostname> <<EOFD

Yes I tried Google with no luck, just in case you are wondering.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T08:10:16+00:00Added an answer on June 1, 2026 at 8:10 am

    In the context of the question you reference, EOFD doesn’t mean anything special, it’s just the start of a bash here document.

    From the Advanced Bash-Scripting Guide:

    A here document is a special-purpose code block. It uses a form of I/O redirection to feed a command list to an interactive program or a command, such as ftp, cat, or the ex text editor.

    COMMAND <<InputComesFromHERE
    ...
    ...
    ...
    InputComesFromHERE
    

    A limit string delineates (frames) the command list. The special symbol << precedes the limit string. This has the effect of redirecting the output of a command block into the stdin of the program or command. It is similar to interactive-program < command-file, where command-file contains

    command #1
    command #2
    ...
    

    The here document equivalent looks like this:

    interactive-program <<LimitString
    command #1
    command #2
    ...
    LimitString
    

    Choose a limit string sufficiently unusual that it will not occur anywhere in the command list and confuse matters.

    So in that question, the author was sending commands to ftp as if using it interactively.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

While browsing through source code in my IDE I'll sometimes wish I could see
While browsing System.Zip (Delphi XE2) to see how it works, I found this function:
While browsing the code of some websites I sometimes notice that some JavaScript files
While browsing Facebook pages I was wondering if their bar loads on every request.
I'm learning JavaScript and while browsing through the jQuery library I see : (colon)
I need to set/get the cookies stored at first.example while browsing second.example , I
While randomly browsing my website via Google, I noticed that it was showing up
I have a php web site. While browsing my site, sometimes home page displays
While browsing I came across this blog post about using the Wikipedia API from
While browsing about changing identity with tor I have the following script: from TorCtl

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.