I am trying to upload entire a folder to ftp but it just uploads one file, what could be the problem?
Open Run window → cmd
→ ftp -s:C:\ftpfile.bat
This is my batch code code:
open FTP address
USERNAME
PASSWORD
bin
mput C:\user\*
bye
Thanks from now.
Have you tried to use
prompt
beforemput
in order to deactivate interactive mode?