08-02-05 11:05 PM
"Water Cooler v2" <wtr_clr@yahoo.com> wrote in message
news:1122942592.700429.199860@z14g2000cwz.googlegroups.com...
> Can we use Raw FTP commands on Windows? I am running Windows XP Pro
> SP2. How do I activate the raw FTP prompt, if there is any such thing?
> What I do normally is type FTP on the Windows cmd prompt, but that
> activates Microsoft's FTP service, right?
the windows ftp client supports literal ftp commands. after you run ftp.exe
and get connected to your ftp server, simply preface any raw command you
want to send with the text 'literal':
C:\temp>ftp ftp.microsoft.com
Connected to ftp.microsoft.com.
220 Microsoft FTP Service
User (ftp.microsoft.com none)): ftp
331 Anonymous access allowed, send identity (e-mail name) as password.
Password:
230-Welcome to ftp.microsoft.com. Please also visit
http://www.microsoft.com/downloads.
230 Anonymous user logged in.
ftp> literal LIST
150 Opening ASCII mode data connection for /bin/ls.....
hope this helps,
Mark
[ Post a follow-up to this message ]
|