I want to upload all the files in one directory, and I know how to upload one file using curl like this :
curl -T \"local/xxx.suffix\" -u xxx:psw \"ftp://192
instead of curl, use wput (not to be confused with wget).