You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Empower Thanks You
Tag Cloud
Email Security
Microsoft
search
POP
Users
Exchange
office 2007
Colaboration
Network
business
Howto
empower
calendar
IT
Wireless
messaging
data
OS
Outlook
Vista
Virtualization
how to
Blackberry
Communications
Outlook 2007
SMTP
Windows XP
Mobile
Mobile Devices
Server consolidation
RAID
Windows Server
Hardware
Security
email security
Windows Server 2008
setup
Office Communicator
Internet
Collaboration
Office
Exchange Server
Technology
Server Virtualization
Managed Services
Storage
Windows
SharePoint
Server
Software
Category Cloud
Backup Barracuda Blackberry Collaboration Communicator 2007 Compliance DHCP Email Email Security Empower News Exchange Server Featured General Business Groove 2007 Hardware Healthcare Howto Microsoft Dynamics CRM Mobile Devices Networking Office Online Saftey Outlook Printing RAID Routers SAN Scams Security Servers Server Technology Sharepoint SmarterMail Software Storage TCP/IP Terminal Services Virtualization Vista VOIP VPN Windows Windows Server Windows XP Wireless WordPress
Archives
- October 2008 (1)
- August 2008 (2)
- July 2008 (1)
- June 2008 (6)
- May 2008 (6)
- April 2008 (12)
- March 2008 (8)
- January 2008 (2)
- December 2007 (1)
- November 2007 (1)
- October 2007 (3)
- September 2007 (5)
- August 2007 (2)
- July 2007 (4)
- June 2007 (4)
- May 2007 (7)
- April 2007 (8)
- March 2007 (9)
- February 2007 (10)
- January 2007 (19)
Twitter Feed
- Great presentation on what a small buiness server can do for you on the MS small business site http://snurl.com/2kquu trus
- Check out @parnellk63 blog here http://snurl.com/28f5z he has some great stuff on his site!! trus
- Our COmpany account is with a provider called nTelos, they seem a bit slow but I have my fingers crossed!! trus
- Crackberry has posted the specs for the new Blackberry 9000, I can't wait to get my hands on one!!! http://snurl.com/28ezs trus
- Need a great app for keeping track of just about everything, checkout Evernote http://www.evernote.com. - BTW we have some invites trus
- One of the best windows tutorials. This video will have your windows skills rocking http://snurl.com/269gn trus



How to setup and use IE7 for FTP
Standard mode FTP clients first establish a connection to TCP port 21 on the FTP server. This connection establishes the FTP command channel. The client sends a PORT command over the FTP command channel when the FTP client needs to send or receive data, such as a folder list or file. The PORT command contains information about which port the FTP client receives the data connection on. In Standard mode, the FTP server always starts the data connection from TCP port 20. The FTP server must open a new connection to the client when it sends or receives data, and the FTP client requests this by using the PORT command again.
Passive mode FTP clients also start by establishing a connection to TCP port 21 on the FTP server to create the control channel. When the client sends a PASV command over the command channel, the FTP server opens an ephemeral port (between 1024 and 5000) and informs the FTP client to connect to that port before requesting data transfer. As in Standard mode, the FTP client must send a new PASV command prior to each new transfer, and the FTP server will await a connection at a new port for each transfer.
You may have to change the mode that is used by the FTP client, depending on the firewall configuration on either the FTP client or the server. Microsoft Internet Explorer 5 and later versions support both Standard mode and Passive mode.
How to change the Internet Explorer FTP Client mode
Internet Explorer behaves as a Standard mode FTP client if you select the Enable folder view for FTP sites check box, even if you also select the Use Passive FTP check box. If you clear the Enable folder view for FTP sites check box and then select the Use Passive FTP check box, Internet Explorer behaves as a Passive mode FTP client.