upx icon indicating copy to clipboard operation
upx copied to clipboard

UPYUN Storage Command Tool

Results 20 upx issues
Sort by recently updated
recently updated
newest added

linux下 我在执行`npx put file/ /`的时候,会将file文件夹上传到云端 根目录,请问是否能只将file文件夹下的文件上传至云端根目录而不是file文件夹 很喜欢这种命令行工具,谢谢维护与更新

for filename in `cd $DIST_DIR && ls`; do upx put "$DIST_DIR/$filename" "/open/$filename" done 假设filename是个子目录,例如是login子目录。 第一次通过upx上传的时候没有问题 第二次在上传的时候,会在ftp的login目录下再创建一个子目录login,并把文件上传到了login/login下面

https://github.com/uk0/upyun-fs 开发者您好,我很喜欢用upyun 我想把它作为我系统的一部分,才有了这个项目。

Now, `UPX` only can delete one file by command `delete` I think we need multiple file delete. Just like this ![image](https://user-images.githubusercontent.com/13283837/52323757-431c7c00-2a19-11e9-896b-1c1f64204995.png) I try to delete all file, but only delete...

``` XRY1H%N3@2CWM_F.gif ERR doRESTRequest: parse /2012/02/UWMIO8XRY1H%N3@2CWM_F.gif: invalid URL escape "%N3" ``` upx get这个url的时候返回这个错误

bug

目前 upx 不支持 cd - 的操作。cd - 可以回到上次所在目录。

enhancement

如题,我打算做一个脚本每次都希望下载你们的最新版本使用。 也就是说希望你们希望你们提供一个类似于 http://collection.b0.upaiyun.com/softwares/upx/upx-linux/lastvesrion.zip 这样的下载地址,并且希望有版本号? 不知道你们是否能提供? 谢谢。

enhancement

像lftp是exclude-glob 或许我们也可以采取相同方式。 主要三大需求:忽略指定目录、忽略指定文件和忽略指定扩展名文件