how to overwrite existing file in ftp using wput.exe
How can I force to always overwrite an existing file in ftp using wput?
Anyone? please provide the dos command line.
Thanks.
1 Answer
You have to use -u and -nc options while uploading.
For details check the project's Sourceforge page.
1