RE: FTP Client issues
- From: "palit" <palit@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 5 Jan 2006 08:02:03 -0800
Crina, thanks for the information. I did try using "quote pasv" . No luck. It
says it has changed to passive mode, but it still trying to go to use
ftp-data port 20 ( I used ethereal to trace the network traffic.) Again -
when I use FileZilla or smartFTP, same ftp site works.
Here is the sample session.
===========================
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
E:\Documents and Settings\SuryaPallem>ftp ftp.befree.com
Connected to la1ftp.bfast.com.
220 ftp.befree.com
User (la1ftp.bfast.com:(none)): myuser
331 Password required for myuser.
Password:
230 User myuser logged in.
ftp> quote pasv
227 Entering Passive Mode (216,34,207,53,164,135).
ftp> ls
200 PORT command successful
=============================
ls command never comes back
""Crina Li"" wrote:
> Hi Palit,
>
> Thank you for posting in SBS newsgroup.
>
> By default, FTP command will use Active mode to access the remote FTP
> server. To enter passive mode using ftp command, type the following command
> after logging on the FTP server:
>
> quote pasv
>
> Command line FTP is always in active mode which utilizes the 21 (control)
> and 20 (data) ports. The data connection is established from server to
> client. However IE is using Passive mode FTP by default. Its data
> connection is made from client to server and the control port 21 and an
> ephemeral port(random) must be opened on server side. This is usually
> failed when there is firewall installed. Most of advanced FTP clients like
> CuteFTP will try both Active and Passive automatically.
>
> Related information:
>
> 323446 How to configure Internet Explorer to use both the FTP PORT mode and
> the
> http://support.microsoft.com/?id=323446
>
> Information About the IIS File Transmission Protocol (FTP) Service
> http://support.microsoft.com/?id=283679
>
> I am appreciated your time and look forward to hearing from you.
>
> Best regards,
>
> Crina Li (MSFT)
>
> Microsoft CSS Online Newsgroup Support
>
> Get Secure! - www.microsoft.com/security
>
> =====================================================
> This newsgroup only focuses on SBS technical issues. If you have issues
> regarding other Microsoft products, you'd better post in the corresponding
> newsgroups so that they can be resolved in an efficient and timely manner.
> You can locate the newsgroup here:
> http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
>
> When opening a new thread via the web interface, we recommend you check the
> "Notify me of replies" box to receive e-mail notifications when there are
> any updates in your thread. When responding to posts via your newsreader,
> please "Reply to Group" so that others may learn and benefit from your
> issue.
>
> Microsoft engineers can only focus on one issue per thread. Although we
> provide other information for your reference, we recommend you post
> different incidents in different threads to keep the thread clean. In doing
> so, it will ensure your issues are resolved in a timely manner.
>
> For urgent issues, you may want to contact Microsoft CSS directly. Please
> check http://support.microsoft.com for regional support phone numbers.
>
> Any input or comments in this thread are highly appreciated.
>
> =====================================================
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> --------------------
> | Thread-Topic: FTP Client issues
> | | From: "=?Utf-8?B?cGFsaXQ=?=" <palit@xxxxxxxxxxxxxxxxxxxxxxxxx>
> | Subject: FTP Client issues
> | Date: Mon, 2 Jan 2006 15:02:03 -0800
> | | Newsgroups: microsoft.public.windows.server.sbs
> ||
> | I've SBS 2003 with two network cards. ISA is not istalled but the
> standard
> | firewall is enabled.
> | . I'm having issues using the ftp client that come with the server. I
> don't
> | have issues using FileZilla or IE to connect to ftp sites and download.
> | The ftp client given by windows seems to run only in active mode and not
> in
> | passive mode. The ftp.exe seems to connect to server and prompt for user
> name
> | password I type command "passive" at the ftp prompt, it says "Invalid
> | command" . I tried even "PASV", same result. Since it runs in active
> mode,
> | the ftp server is trying to make connection back to the client on the
> data
> | port and firewall is blocking it. I've ftp batch scripts that run every
> day
> | that are failing.
> |
> | Is there some hot fix i need for ftp.exe that comes with SBS 2003.
> |
> |
> |
>
>
.
- Follow-Ups:
- RE: FTP Client issues
- From: "Crina Li"
- RE: FTP Client issues
- References:
- RE: FTP Client issues
- From: "Crina Li"
- RE: FTP Client issues
- Prev by Date: Re: Microsoft SBS 2003 - DHCP ?
- Next by Date: RE: Server Management Backup page shows Server Error in '/' Applic
- Previous by thread: RE: FTP Client issues
- Next by thread: RE: FTP Client issues
- Index(es):
Relevant Pages
|