PHP Classes

FTP without PHP FTP extention: I need FTP functions in a php file that I can add to my project

Recommend this page to a friend!
  All requests RSS feed  >  FTP without PHP FTP extention  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

FTP without PHP FTP extention

Edit

Picture of Andras Gabheg by Andras Gabheg - 4 years ago (2019-03-08)

I need FTP functions in a php file that I can add to my project

This request is clear and relevant.
This request is not clear or is not relevant.

0

I can't install PHP extension on a server. It runs PHP 7.0.6. I need a PHP package that I can add to my project and deploy and use from my other php files. I found many packs but they all use FTP extension.

  • 1 Clarification request
  • 1. Picture of Jason Olson by Jason Olson - 4 years ago (2019-03-11) Reply

    Can you help clarify you need a bit. Are you tryig to remotely copy files from a webserver to another remote webserver using FTP? That isn't necessarily a common practice. If you're deploying from say your develoment environment to a production environment many people use something like GIT repositories or just regular FTP from their development worksktation to their production servers.

    However if you want to do it pure in PHP, you might want to consider something more like deploying using an API, where your first server POSTS the files to an API on your second server which is designed to capture it -- there by avoiding FTP all together.

    Ask clarification

    Recommend package
    : 
    :