Problem with script ftp.domain
Hi,
I am having issues getting my script to work, my ftp only allows ftp.domain not ftp://, when I run this script it does not work
Regards
# winscp.exe /console /script=example.txt
# Automatically abort script on errors
option batch abort
# Disable overwrite confirmations that conflict with the previous
option confirm off
# Connect using a password
open ftp.user:password@homebakedfood.co.uk
# Change remote directory
cd /backups
# Force binary mode transfer
option transfer binary
# Download file to the local
# get *.* C:\Manual Backups\Home Backed Food
# Disconnect
close
# Exit WinSCP
exit
I am having issues getting my script to work, my ftp only allows ftp.domain not ftp://, when I run this script it does not work
Regards
# winscp.exe /console /script=example.txt
# Automatically abort script on errors
option batch abort
# Disable overwrite confirmations that conflict with the previous
option confirm off
# Connect using a password
open ftp.user:password@homebakedfood.co.uk
# Change remote directory
cd /backups
# Force binary mode transfer
option transfer binary
# Download file to the local
# get *.* C:\Manual Backups\Home Backed Food
# Disconnect
close
# Exit WinSCP
exit