Jump to content

Search the Community

Showing results for tags 'remote server'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 1 result

  1. Good Evening Folks, Issue : Uploading a file works in local folder ..but not in the remote folder which is on server in WIN SCP.. Description : I have set all the permissions of the folder checked .. However , I don't see the file to be uploaded in the intended path . This is path where the file needs to be uploaded : home/int/libscrip/html/webtest/helpdesk/uploads The code which was written in the PHP file regarding the destination path is as shown below. $my_path = "tmp/"; $my_destinationpath = "uploads/"; if(!file_exists($my_path)) mkdir($my_path,0777,true); if(!file_exists($my_destinationpath) mkdir($my_destinationpath,0777,TRUE); Note : The folder and the file in which the code was written resides in the same folder due to which the above PHP variable was set as "tmp/".. ( Kindly assist me if this is correct practice to specify a folder on remote server).. However , Iam not posting the code related to upload as the code works fine on local without any issues. Unfortunately, this upload functionality is not working on remote server which needs to be solved. Your help is greatly appreciated !!!!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.