lftp登录同时传文件

方式一:

lftp admin:000000@192.168.18.7 -e "put a你好.txt"

方式二:

lftp -u admin:000000 -e "put a你好.txt" 192.168.18.7

如果是 Linux 文件 发送到 Windwos 上,以下几个参数必须要加,不然会提示错误:

--no-symlinks 不创建符号链接
-p  不设置文件权限

更详 lftp 细参数:https://www.cnblogs.com/wutou/p/17579999.html



参考:
https://blog.csdn.net/fenglailea/article/details/128114441
http://www.hzhcontrols.com/new-634385.html



posted @ 2023-06-25 10:32  悟透  阅读(49)  评论(0)    收藏  举报