-1

Is there a way to upload/write to a online file on the HTTP or ftp protocal?

Echo Cats > http://databasebyaad.000webhostapp.com/findtes.txt

Wont work

i wont be here if you answer BLAMESCHOOL
ad zwemer
  • 7
  • 1
  • 4

1 Answers1

0

You can use some sort of Batch to FTP I've seen here before.

Otherwise the only other alternate way you can achieve this from my knowledge is a HTML form run from a HTA script on your desktop.

MyForm.hta

<SCRIPT LANGUAGE="VBScript">
    Sub Window_onLoad
        window.resizeTo 700,700
    End Sub 
</SCRIPT>
<iframe src="https://yourwebsite.com/hta.html" title="noscript net-paste" 
width="90%" height="90%">

Have hta.html write content to your fintes.txt

also try read this for the method that does use Batch Batch File To Upload .txt to FTP