Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Passive FTP with FTP.exe
Name: Mark Romano Date: May 1, 2003 at 18:36:15 Pacific OS: w2k server CPU/Ram: dual 500's/1gig
Comment:
I am using a dos ftp script, and I need it to enter passive mode. Does anyone know how to set me the client into passive mode?
Name: SJafiu Date: May 1, 2003 at 21:10:26 Pacific
Reply:
You should be able to use the literal command with pasv behind it like :
C:\>ftp ftp.microsoft.com Connected to ftp.microsoft.com. 220 Microsoft FTP Service User (ftp.microsoft.com:(none)): anonymous 331 Anonymous access allowed, send identity (e-mail name) as password. Password: 230-This is FTP.Microsoft.Com. 230 Anonymous user logged in. ftp> literal pasv 227 Entering Passive Mode (207,46,133,140,57,171).
0
Response Number 2
Name: Mark Romano Date: May 14, 2003 at 11:36:56 Pacific
Reply:
Yes Thank You that actually put the ftp server you are connecting to into passive mode I believe this is the same as quote pasv. Basically You are sending a passive command to the FTP server. but does this set the client to passive?
Summary: ftp.exe is a windows prog with it you can access ftp sites it recreates itself because windows 'says' that. it's written in some registry line it's no virus and if a virus would overwrite the file win...
Summary: when my computer start appears a message on my desktop saying there is a problem with SZNTSvc.exe and after that i have to reboot the computer. This file is in STOPzilla directory. What can i do to so...
Summary: This is due to something called PASV mode. Passive mode (PASV) uses random connections (and "typically" random ports) to connect to the ftp as well as port 21. PASV mode works by allowing FTP client...