hmm
now i have this:
ftp.bat:
@echo off
ftp -i -s:ftp.txt
exit
ftp.txt:
ftp
open myftp.com
myusername
mypass
test/test
put D:\Local_WEB\stats.html
quit
alias:
alias transfer {
var %textfile = C:\test\ftp.txt
run C:\test\ftp.bat
}
on /transfer a windows open and close
but the file "stats.html" is not on FTP :-(