6
You can upload a single file with wput
:
wput file ftp://username:passwd@ipaddress/file
is there a way to upload multiple? Maybe something like:
wput {file1,file2} ftp://username:passwd@ipaddress/{file1,file2}
Note: I know there are solutions using ftp
, curl
, and others. I was wondering if there is one for wput
.