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 8984111
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T21:00:45+00:00 2026-06-15T21:00:45+00:00

I am using phpseclib to upload a file to a remote server. Previously, my

  • 0

I am using phpseclib to upload a file to a remote server. Previously, my script worked fine, but a few weeks ago it appears to have stopped working. I am getting a

NET_SFTP_STATUS_NO_SUCH_FILE: File not found from $sftp->put.

The problem is that the file to be uploaded to the server does exist. Plus, the code worked previously anyways.

Since the script was previously working, it seems that maybe perhaps some settings for the target server may have changed.

Does anyone have any ideas or suggestions for troubleshooting this?

  • 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-15T21:00:47+00:00Added an answer on June 15, 2026 at 9:00 pm

    I experienced this issue just yesterday. In my case, I was passing the local/remote file names in the wrong order, e.g.

    if($sftp->put($filename,$filenameRemote,NET_SFTP_LOCAL_FILE))
    

    but after changing it to

    ($sftp->put($filenameRemote, $filename, NET_SFTP_LOCAL_FILE)) 
    

    it worked fine.

    Since this worked for you in the past I’d definitely look at permissions for the local/remote files or directories where they reside. Also, if you haven’t already, enable debugging for more details

    define('NET_SFTP_LOGGING', NET_SFTP_LOG_COMPLEX)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having trouble using PHP to SFTP upload files to a remote server. When
I am using phpseclib to ssh to my server and run a python script.
I'm using phpseclib - SFTP class and am trying to upload a file like
I'm trying to connect to a SSH2 server through SFTP in PHP using PHPSecLib.
I am using the phpseclib library for files downloaded from SFTP server. Sometimes the
Using the C# Facebook SDK 5.0.3 everything works fine whit the client.Get(/me). But when
I am using PHPseclib to transfer a file from a local fileserver to a
I am attempting to install an application using phpseclib (using apt-get) and want to
Using SQL Server 2008 R2 we are looking for a way to select the
Using ASIHTTPRequest, I downloaded a zip file containing a folder with several audio files.

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.