Wput does not work with slash in a password.
Try using %2f instead of the slash. That should work.
yes, use urlencode to "fix" the bad chars. IOW, use something like this
upload: wput --binary --dont-continue --no-directories \ ${PRJNAME}.zip ftp://anonymous:$(shell urlencode ${EMAIL})@ftp.apcircuits.com/
Log in to post a comment.
Try using %2f instead of the slash. That should work.
yes, use urlencode to "fix" the bad chars. IOW, use something like this