You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
The next 29 lines appear both in src/Message/Request/Ftp/Put.php:22 and src/Message/Request/Ssh/Put.php:22.
* Ftp Put Request object => Use to upload files to remote
* @package Bee4\Transport\Message\Request\Ftp
*/
class Put extends FtpRequest
{
use WithBodyStreamTrait;
protectedfunction prepare()
{
parent::prepare();
in src/Message/Request/Ftp/Put.php, line 22
Posted from SensioLabsInsight