This is the stand way that I have been using to place a file in SFTP
Storage::disk()->put($fileName, file_get_contents($storagePath . $fileName));
But I am facing a situation where for connection first I need pass the key-phrase and post that only SFTP will askfor user_id and password,
How can Is set this up for Jobs in Laravel, Using Laravel 5.1 (due to some issues cant upgrade but that's not the concern as of now)
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire