Netcat problem - please help
From: Piotrek (red.guy_at_gazeta.pl)
Date: 03/03/04
- Next message: William Park: "Re: Netcat problem - please help"
- Previous message: Clifford Kite: "Re: pppd gotcha with ATT GPRS service using SE GC82"
- Next in thread: William Park: "Re: Netcat problem - please help"
- Reply: William Park: "Re: Netcat problem - please help"
- Reply: Vilmos Soti: "Re: Netcat problem - please help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 3 Mar 2004 18:39:22 +0100
Hello,
I'm trying to write a simple ftp-talk script using netcat.
Now what I want to do is to make netcat wait for '220 FTP Server ready.' and
send USER (whatever) than wait for '331 Pass req...' send PASS (whatever)
and so on.... Can somebody tell me how such a script suppose to look and how
to pipe it thru netcat? I've tried to do that for 5 hours but I'm running
out of ideas ;)
The best way is to make such a script that recognizes only the code of
server message (for '220 FTP Server ready' it wopuld recognize only first
three digits -> 220 ) Because the greetings and server messages are
different for every server.
TiA:)
Best regards,
Peter
- Next message: William Park: "Re: Netcat problem - please help"
- Previous message: Clifford Kite: "Re: pppd gotcha with ATT GPRS service using SE GC82"
- Next in thread: William Park: "Re: Netcat problem - please help"
- Reply: William Park: "Re: Netcat problem - please help"
- Reply: Vilmos Soti: "Re: Netcat problem - please help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|