Guest User

Untitled

a guest
Dec 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. MagentoFrameworkFilesystemIoSftp $ftp
  2. ){
  3. $this->ftp = $ftp;
  4. }
  5.  
  6. public function uploadFile(){
  7. $open = $this->ftp->open(
  8. array(
  9. 'host' => 'hostname here',
  10. 'username' => 'username',
  11. 'password' => 'password'
  12. )
  13. );
  14. }
Add Comment
Please, Sign In to add comment