Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

第二次执行upx put $dirA $dirB 时,ftp目录中会新建子目录,导致上传有问题 #49

Open
zhenghuahou opened this issue Sep 24, 2019 · 0 comments

Comments

@zhenghuahou
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant