You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for filename in cd $DIST_DIR && ls; do
upx put "$DIST_DIR/$filename" "/open/$filename"
done
假设filename是个子目录,例如是login子目录。
第一次通过upx上传的时候没有问题
第二次在上传的时候,会在ftp的login目录下再创建一个子目录login,并把文件上传到了login/login下面
The text was updated successfully, but these errors were encountered:
for filename in
cd $DIST_DIR && ls
; doupx put "$DIST_DIR/$filename" "/open/$filename"
done
假设filename是个子目录,例如是login子目录。
第一次通过upx上传的时候没有问题
第二次在上传的时候,会在ftp的login目录下再创建一个子目录login,并把文件上传到了login/login下面
The text was updated successfully, but these errors were encountered: