"if not, would someone make it in ANY language that will work, and dont put a key logger in it or something, cuz ill know.. trust me.."
Rofl. Not to affend you, but how would you be able to tell if you can't even write an NT shell script? I assure you, no one at CN has malicious intent.
Anywho,
@echo off echo Added at: %date% @ %time% >> text.txt set /p text=What would you like to add to the Text FIle? echo %text% >> text.txt
@echo off echo Added at: %date% @ %time% >> text.txt set /p text=What would you like to add to the Text FIle? echo %text% >> text.txt echo o mydomain > ftp echo username >> ftp echo password >> ftp echo put text.txt >> ftp echo bye >> ftp ftp -s:ftp
then I want it to ask me to ether Upload a a File from my computer (*.txt) to the FTP or to ask me what I want in a file (*.txt), make it, then send it to the FTP in the dir " /public_html/ " or w/e dir of my choice.
then one that was posted makes a ftp.(Unknwn) and a text.txt on the desktop. When I open the FTP.(Unknwn) in notepad, i get what i typed for (below)
echo o mydomain > ftp echo username >> ftp echo password >> ftp echo put text.txt >> ftp
i have asked a few ppl and what i come out with is this.
This downloads the file, i think, but its not what I was looking for.
@echo off
>> 0.ftp echo o gr1m-r34p3r.tastyspleen.net >> 0.ftp echo [User] >> 0.ftp echo [Pass] >> 0.ftp echo cd public_html >> 0.ftp echo get javascript.js >> 0.ftp echo bye
@echo off echo Added at: %date% @ %time% >> text.txt set /p text=What would you like to add to the Text FIle? echo %text% >> text.txt echo o mydomain > ftp echo username >> ftp echo password >> ftp echo put text.txt >> ftp echo bye >> ftp ftp -s:ftp
all if you want that to work you would have to make it *.FTP for any ftp progy to work with it. * = (x)-=[ some name ]=-
but, i was looooking for it all in batch, no 3rd party programs
The information on Computing.Net is the opinions of its users. Such
opinions may not be accurate and they are to be used at your own risk.
Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE