This subject has been on the agenda before but I bring it up again.
Info from logging in BT
10 december 2011 - 19:33:18 Start Ftp ---- ERROR: Unable to start: C:\Documents and Settings\Bernt.NRKWXC03.000\Application Data\eFMer\BoincTasks\html\ftp.bat
I have changed the script and test it from the command prompt and it works towards the FTPserver, but when BT is starting the FTP.bat it fails.
Below boinctasks_ftp.txt used by FTP.bat
# Automatically answer all prompts negatively not to stall
# the script on errors
option batch on
# Disable overwrite confirmations that conflict with the previous
option confirm off
# Connect using a password
# open user: example@example.com
# Connect
open ftp://bernt:@nrkwxc03
# Change remote directory
#cd /remote
# Upload the file to current working directory
put tasks.html
# Disconnect
close
# Exit WinSCP
exit
I´m using FileZilla FTPserver
If Fred has some ideas why this goes wrong, that info is appreciated.
Bernt
Info from logging in BT
10 december 2011 - 19:33:18 Start Ftp ---- ERROR: Unable to start: C:\Documents and Settings\Bernt.NRKWXC03.000\Application Data\eFMer\BoincTasks\html\ftp.bat
I have changed the script and test it from the command prompt and it works towards the FTPserver, but when BT is starting the FTP.bat it fails.
Below boinctasks_ftp.txt used by FTP.bat
# Automatically answer all prompts negatively not to stall
# the script on errors
option batch on
# Disable overwrite confirmations that conflict with the previous
option confirm off
# Connect using a password
# open user: example@example.com
# Connect
open ftp://bernt:@nrkwxc03
# Change remote directory
#cd /remote
# Upload the file to current working directory
put tasks.html
# Disconnect
close
# Exit WinSCP
exit
I´m using FileZilla FTPserver
If Fred has some ideas why this goes wrong, that info is appreciated.
Bernt

By the way I got credit for the job.