Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork897
Get files without SFTP#1809
-
Hi, everyone. I'm trying to transfer files, but the remote server doesn't have an SFTP installed. It's possible to transfer files without the SFTP class? In any case, the error that I received is this: I'm using version 3.0 I appreciate the help. Thanks! |
BetaWas this translation helpful?Give feedback.
All reactions
Perhttps://unix.stackexchange.com/a/282220/54354 you should be able to do$ssh->exec('hexdump -C yourfile.bin') or$ssh->exec('xxd -b yourfile.bin.
I dropped SCP from phpseclib v3 because (1) I think SFTP is the superior protocol and (2)#146 defied diagnosis.
Replies: 1 comment 1 reply
-
Perhttps://unix.stackexchange.com/a/282220/54354 you should be able to do I dropped SCP from phpseclib v3 because (1) I think SFTP is the superior protocol and (2)#146 defied diagnosis. |
BetaWas this translation helpful?Give feedback.
All reactions
-
I was trying to find some answer to this, but I didn't, until now. |
BetaWas this translation helpful?Give feedback.