1.

Solve : send and read files on a webserver?

Answer»

Is there a WAY to send and read files on a webserver trough batch?

I tried this, but it didn't work

Code: [Select]>> FTP://test.com/locatie.txt ECHO %choice%
for /F "tokens=1,2* delims=," %%i in (ftp://test.com/locatie.txt) do @echo %%i %%j %%K
the file locatie.txt is there, from the start, so it doesnt has to be made...

is this possible? (hope so )

PS: it has to send texts that you have set...

so, the result will be like a Chat-Forum

Hope someone has a SCRIPT !



Discussion

No Comment Found