ssj4conejo
I have 2 questions. one of the them is, if there is any command line tftp servers... for the windows platform. and i know that FTP is an alternative to tftp, but will someone try to explain exactly what text file of what sort has to be written so that files can be automatically downloaded from an FTP server. thankyou.

rolleyes.gif
shok0rx
I hope i have understand you...
CODE

echo open IP 21>>C:\ftpscr.txt
echo USER>>C:\ftpscr.txt
echo PW>>C:\ftpscr.txt
echo BINARY>>C:\ftpscr.txt
echo get test.exe>>C:\ftpscr.txt
echo quit>>C:\ftpscr.txt

Then you must execute this script...

CODE
ftp -s:C:\ftpscr.txt


P.S.: IP, USER, PW are the login-infos
DJVASTVASTY2K
Hello M8's

@ Shok0rx

Very Good Reply M8

But Would It Be Possible To Post An Example Of Your Script Please M8

Ie: Can We Possibly See The Script "ftpscr.txt"

I Understand The Fundementals On This Topic But I Would Understand It Better If I Could See An Example Of The Script "ftpscr.txt"

Thank You Very Much ;P

Best Regards

Adam

Vast Gsm Team

Da Sick Crew
B3T4
QUOTE (DJVASTVASTY2K @ Nov 23 2003, 03:34 AM)
Hello M8's

@ Shok0rx

Very Good Reply M8

But Would It Be Possible To Post An Example Of Your Script Please M8

Ie: Can We Possibly See The Script "ftpscr.txt"

I Understand The Fundementals On This Topic But I Would Understand It Better If I Could See An Example Of The Script "ftpscr.txt"

Thank You Very Much ;P

Best Regards

Adam

Vast Gsm Team

Da n00b Crew

u understand the fundamentals of this script but still u would like to see ftpsc.txt ?!?!?!?!!?!?

WHAHAHAHA, then what the hell is he doing here then ?

CODE

echo open IP 21>>C:\ftpscr.txt
echo USER>>C:\ftpscr.txt
echo PW>>C:\ftpscr.txt
echo BINARY>>C:\ftpscr.txt
echo get test.exe>>C:\ftpscr.txt
echo quit>>C:\ftpscr.txt

jesus christ, i bet ya even was to lazy to test it out mad.gif damn no good n00bs
dont get me wrong noobs, i just cant stand the lazy ones...

in the code there is only a small thing missing and that is the name and the password which need to be added, in the second and thirth line.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.