akeneo / transporteo

Migration Tool for Akeneo PIM from 1.7 to 2.0
Other
8 stars 7 forks source link

update-ssh: Remove phpseclib, use ssh2 functions #116

Closed momoss closed 6 years ago

momoss commented 7 years ago

Definition Of Done

Q A
Added Specs -
Review and 2 GTM Ok
Micro Demo to the PO (Story only) -

Todo: Pending / Work in progress OK: Done / Validated -: Not needed

ahocquard commented 7 years ago

@anaelChardan SFTP usage is not a good idea: we are replacing it by ssh +scp. Either use ssh + scp or use sftp if it fulfil your needs. Not both. As ssh is more powerful than sftp (mysqldump, etc), we will only use it.

anaelChardan commented 7 years ago

ok @ahocquard ;)