I am sendinf to FTP using this command. I have two available IP on my server, but I want to use the other IP I added. I've read in v5.16 that "sourceAddress" could do that, but I don't know and I don't find how I can use it with my code already in place below. 
Can you help me?
Thanks in advance guys!
    CALL "C:\Program Files (x86)\WinSCP\WinSCP.exe" /command ^
  "option batch abort" ^
  "option confirm off" ^
  "open ftp://myUser:myPassword!@myftp.myDomain.com" ^
  "lcd ""E:\SQL""" ^
  "put myFile.csv -nopreservetime -nopermissions" ^
  "exit"