![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
ftp文件上传
{
"host": "127.0.0.1",
"port": 34222,
"username": "dev",
"remotePath": "webApp/",
"privateKey": "/Users/xxx/.ssh/key",
"upload": {
"dev": ["dist/"],
"index": ["index.php"],
"router": ["router.php"]
}
}
在工程文件夹内添加一个.sftprc的json配置文件,配置如上,说明如下
key | 说明 |
---|---|
host | 服务器地址 |
port | 端口 |
user | 用户名 |
privateKey | ssh key |
remotePath | 服务器文件夹 |
upload | 上传文件配置,如上lysftp chat 会上传指定的两个文件/文件夹 |
被上传的文件/文件夹路径,需要是相对.sftprc的相对路径或者是一个绝对路径
lysftp dev
lysftp --files wptFtp/not/test/a.txt wptFtp/not/test2/
FAQs
lysftp is sftp package, you can upload an entire folder or a file
We found that lysftp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.