ios - scp 命令 : 从越狱手机上拷贝一个文件到电脑中
迷茫
迷茫 2017-04-18 09:35:56
0
2
320
  1. 需要拷贝的文件名 : WeChat.decrypted

  2. scp 源文件路径 目标文件路径这是我查询到的scp 用法

失败了

我有几个问题 :

  1. 在终端中我已经 ssh 连接上手机,然后我敲 WeC 按 Tab 会自动补全文件名,说明这个手机上就已经存在了WeChat.decrypted 这个文件了吧,对吗?

  2. 我用同步助手和PP助手,查看相关文件夹目录,没找到WeChat.decrypted

  3. 那WeChat.decrypted 到底是在不在手机上?

  4. 如果在,用scp 咋弄到电脑上?麻烦给我代码

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all (2)
Ty80

The target file path is wrong, it should beusername@hostname, for example:

scp ./WeChat.decrypted imac@192.168.10.13:~/Documents/Programs/WeChatDev/tools/dumpdecrypted

Of course, depends on your username and IP

    刘奇

    scp root@192.168.0.102:/var/mobile/Containers/Data/Application/8AF94A0F-B6E2-48B6-A1F0-50D0D292111A/Documents/WeChat.decrypted ~/desktop I happened to encounter this problem too, and this is how I solved it

      Latest Downloads
      More>
      Web Effects
      Website Source Code
      Website Materials
      Front End Template
      About us Disclaimer Sitemap
      php.cn:Public welfare online PHP training,Help PHP learners grow quickly!