protocol error: mtime.sec not present when tried to transfer folder/file from remote server to local
protocol error: mtime.sec not present when tried to transfer folder/file from remote server to local
我在阿里云上使用 Ubuntu 20,尝试使用 cl:
从 sftp 远程服务器复制到本地时遇到问题
scp -r -P 22 sftpibas@localhost:/sftpibas dev
但它提高了
protocol error: mtime.sec not present
如果您想查看我的配置,请附上我的 sshd_config:
Include /etc/ssh/sshd_config.d/*.conf
PermitRootLogin yes
ChallengeResponseAuthentication no
UsePAM yes
PrintMotd no
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
Match group sftp
ChrootDirectory /home
X11Forwarding no
AllowTcpForwarding no
ForceCommand internal-sftp
是不是我从远程服务器复制文件到本地的方法不对?欢迎任何建议
我试过 运行 scp -v。这给了我更多信息:
Sink: This service allows sftp connections only.
protocol error: mtime.sec not present
我用 sftp 试了一下,效果不错。
sshd_config 强制连接到 sftp,结果是(倾斜的)错误。
然后删除这一行 reload/restart sshd:
ForceCommand internal-sftp
我在重建服务器后 运行 在我的一台 Redat 8 机器上遇到同样的问题
我 运行 scp -v 并注意到 'Sink:' 正在显示一条状态消息,我已将其添加(回显“...”)到我的 .bashrc 文件
一旦我毫无问题地删除了 echo 语句 scp 运行
我在阿里云上使用 Ubuntu 20,尝试使用 cl:
从 sftp 远程服务器复制到本地时遇到问题scp -r -P 22 sftpibas@localhost:/sftpibas dev
但它提高了
protocol error: mtime.sec not present
如果您想查看我的配置,请附上我的 sshd_config:
Include /etc/ssh/sshd_config.d/*.conf
PermitRootLogin yes
ChallengeResponseAuthentication no
UsePAM yes
PrintMotd no
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
Match group sftp
ChrootDirectory /home
X11Forwarding no
AllowTcpForwarding no
ForceCommand internal-sftp
是不是我从远程服务器复制文件到本地的方法不对?欢迎任何建议
我试过 运行 scp -v。这给了我更多信息:
Sink: This service allows sftp connections only.
protocol error: mtime.sec not present
我用 sftp 试了一下,效果不错。
sshd_config 强制连接到 sftp,结果是(倾斜的)错误。
然后删除这一行 reload/restart sshd:
ForceCommand internal-sftp
我在重建服务器后 运行 在我的一台 Redat 8 机器上遇到同样的问题
我 运行 scp -v 并注意到 'Sink:' 正在显示一条状态消息,我已将其添加(回显“...”)到我的 .bashrc 文件
一旦我毫无问题地删除了 echo 语句 scp 运行