I've got this .bat file:
ftp -s:commands.txt
File commands.txt:
open www.domain.nl
username
password
cd path/to/upload/to/
prompt
How can I now upload the folder where I ran the .bat to the server? It doesn't really matter if upload.bat and commands.txt get uploaded too.