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

  • SEARCH
  • Home
  • 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 9248031
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T09:52:30+00:00 2026-06-18T09:52:30+00:00

I am trying to create a file automatically through PHP, but with the unix

  • 0

I am trying to create a file automatically through PHP, but with the unix cat commands through SSH. I can create a file in the directory I am in, but I want to create a file in a different directory. This is the code that creates the file in the directory I am in:

$sPath = "/minecraft/servers/";
$sSavingCode = "server.properties";      
echo $ssh->exec("cat >".$sSavingCode." <<".$sPath."
    test");

This code gives this error, but it creates the file in the directory I am in:

bash: line 1: warning: here-document at line 0 delimited by end-of-file (wanted `/minecraft/servers/’)

I just need a way to create the file in a different directory. Thanks

  • 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-18T09:52:31+00:00Added an answer on June 18, 2026 at 9:52 am

    You used the path ($sSavingCode) as the delimiter for the heredoc statement. You should try the following statement. It uses the literal EOF as the delimiter for the heredoc section:

    echo $ssh->exec("cat > $sPath/$sSavingCode <<EOF
        test
    EOF
    ");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's an idea. I'm trying to create file from PHP script. File may be
I am trying to create a .bat file that will automatically run a setup
i want to create a temporary directory after that i should create a file
I'm trying to create a script that will automatically backup a complete directory tree.
I'm thinking of trying to create a drop box application that can automatically organize
I am trying to create an avatar uploader, but I want to be able
Im trying to create new file on D: drive with c/c++ I found this
I am trying to create a file using File newFile = new File(myFile); However
I am just trying to create a file with QProcess by the following source
I'm trying to create a folder and create a file within it. Whenever i

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.