CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_web_developer_2008_express Tags:
Item Type: NewsGroup Date Entered: 3/7/2008 10:21:30 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 8 Views: 43 Favorited: 0 Favorite
9 Items, 1 Pages 1 |< << Go >> >|
dotnetnoob
Asp.Net User
can't connect with FTP3/7/2008 10:21:30 PM

0/0

Having trouble connecting to an FTP server on a remote IIS6/2003 server. I'm prompted to connect and seem to pass authentication, but then I get the error:

"Unable to retrieve folder information from the server. Could not find a Web server at 'theserver' on port 21. Please check to make sure that the Web server name is valid and your proxy settings are set correctly. If you are sure that everything is correct, the Web server may be temporarily out of service."

Note that VWD says "web" and not "ftp" server...I assume that's a cosmetic error? What's weird is I was able to connect a short time ago, and then I got locked out by a setting on the ftp server. I then changed the ftp server's settings (Titan FTP) to give me appropriate access, but now I can't load the website.  Here's a snippet from the FTP log:

2008-03-07 22:23:15 0.0.0.0 0 476 - - - - - - - New incoming connection from IP address: [myRemoteIP], port: 48805, socket=1028/0x404
2008-03-07 22:23:15 0.0.0.0 0 476 - - - - - - - OnPostCreation(pBaseCxn=0x82a2880,socket=1028/0x404), sending 220 Welcome
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028  0 0 - RESPONSE: 220 Titan FTP Server 6.05.550 Ready.
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028  0 0 tech COMMAND: USER tech
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028  0 0 tech Trying to find user:tech
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 tech Found user "tech"
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 tech Checking to see if user "tech" can connect from "[myRemoteIP]"
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 tech User "tech" is permitted to connect from "[myRemoteIP]"
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 tech Check to see if the user's account has expired
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 tech returning 331 to request a password for this user
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 tech RESPONSE: 331 User name okay, need password.
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 - COMMAND: PASS <hidden>
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 - Checking to see if the user account is disabled.
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 - Checking to see if user "tech" can connect from "[myRemoteIP]"
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 - User "tech" may connect from "[myRemoteIP]"
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 - Checking secure connection settings, ConnectionIsSecure=0
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 - Verifying User Home Directory: C:\rootweb\
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 - RESPONSE: 230-Welcome tech from [myRemoteIP]. You are now logged in to the server.230 User logged in, proceed.
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 A COMMAND: TYPE A
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 A RESPONSE: 200 Type set to A.
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 - COMMAND: PASV
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 - Socket #1036 listening on Address/Port: [serverIP]:1901.
2008-03-07 22:23:15 [serverIP] 21 476 [myRemoteIP] 48805 1028 tech 0 0 - RESPONSE: 227 Entering Passive Mode (64,182,240,97,7,109).
2008-03-07 22:23:36 0.0.0.0 0 476 - - - - - - - Closed connection from IP address: [myRemoteIP], port: 48805

So, it seems VWD logs in, but then doesn't send a LIST to get the directory?

vcsjones
Asp.Net User
Re: can't connect with FTP3/8/2008 2:11:31 PM

0/0

Have to tried connecting without using Passive Mode?


Cheers,
       Kevin Jones


dotnetnoob
Asp.Net User
Re: can't connect with FTP3/8/2008 5:01:39 PM

0/0

yep...tried both ways...and FWIW I'm able to open the same project in VWD 2005 without a problem!

Kailuaboy
Asp.Net User
Re: can't connect with FTP3/8/2008 11:18:59 PM

0/0

(sorry about the cross-post this is my first post to this forum, and I've got too many windows open here.) 

I was having the same problem moments ago and found my fix.

Problem:
The "Copy Web Site" feature in VWD2008 was connecting to the remote web site.  The folder contents were listing normally.  The status on the local modified file would show "changed".  The remote file would show "unchanged".  When I hit upload I would be prompted; "Do you want to replace the file on the remote Web Site." I would hit yes.  I would get the error; ""Could not find a Web server....."  The local and remote sites would then both show a "new" status with question mark icons.

My Solution:
It turns out my router was blocking this connection.  My router is locked down for all non-standard outgoing connections.  It seems VWD2008 needs unrestricted outgoing permission to upload files.  I configured my router to allow all outgoing ports to my remote web site and the problem whet away.  (I didn't have to to this for VWD2005. And I don't like doing this now !!!! )

Here is my log file from VWD2008:
Copy from 'C:\Documents and Settings\[blah]\[blah]' to 'ftp://{blah]/App_Code started at 3/8/2008 12:01:55 PM.
            App_Code
            Copy file [blah].vb from source to remote Web site.
            Has error -- Unable to add 'App_Code/[blah].vb' to the Web site.  Could not find a Web server at '[blah]' on port 21. Please check to make sure that the Web server name is valid and your proxy settings are set correctly. If you are sure that everything is correct, the Web server may be temporarily out of service.

Copy from 'C:\Documents and Settings\[blah]\[blah]' to 'ftp://[blah]/App_Code' is finished. Completed at 3/8/2008 12:02:24 PM.

 Here is a partial log file from my router showing several failed attempts:
Sat, 2008-03-08 12:02:01 - TCP packet - Source: 192.168.0.5 - Destination: [blah] - [Deny access policy matched, dropping packet Src 1212 Dst 41554 from LAN]
Sat, 2008-03-08 12:07:12 - TCP packet - Source: 192.168.0.5 - Destination: [blah] - [Deny access policy matched, dropping packet Src 1298 Dst 41632 from LAN]
Sat, 2008-03-08 12:11:12 - TCP packet - Source: 192.168.0.5 - Destination: [blah] - [Deny access policy matched, dropping packet Src 1341 Dst 41739 from LAN]
Sat, 2008-03-08 12:13:54 - TCP packet - Source: 192.168.0.5 - Destination: [blah] - [Deny access policy matched, dropping packet Src 1380 Dst 41804 from LAN]
Sat, 2008-03-08 12:16:47 - TCP packet - Source: 192.168.0.5 - Destination: [blah] - [Deny access policy matched, dropping packet Src 1451 Dst 41850 from LAN]

 Hope this helps.

Mark

dotnetnoob
Asp.Net User
Re: can't connect with FTP3/10/2008 1:00:35 PM

0/0

Thanks for that suggestion, but I don't have any ACLs on my router or any firewall between my desktop and the remote server. What's really odd is that VWD 2005 can connect fine, but VWD2008 cannot...are there any settable preferences in the FTP connections other than passive/not passive that could account for the two apps behaving differently?

vcsjones
Asp.Net User
Re: can't connect with FTP3/10/2008 1:22:27 PM

0/0

Hmm, you don't appear to be the only one with FTP issues...

http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=325383

You may want to consider opening a new connect issue with Microsoft. It's generally a slow process, but perhaps they can give you an answer. Just make sure to keep up with the issue.

What kind of FTP client are you trying to connect to (IIS?) What version is it?


Cheers,
       Kevin Jones


dotnetnoob
Asp.Net User
Re: can't connect with FTP3/10/2008 2:06:46 PM

0/0

vcsjones:

What kind of FTP client are you trying to connect to (IIS?) What version is it?

 

Huh? I'm using the VWD ftp connection of course! 

It really makes no sense to me...I'm able to connect from some computers but not others...and I'm able to connect in 2005 but not 2008...it must be something other than VWD2008 itself...

vcsjones
Asp.Net User
Re: can't connect with FTP3/10/2008 7:20:53 PM

0/0

Sorry, I meant what kind of FTP server.

 


Cheers,
       Kevin Jones


dotnetnoob
Asp.Net User
Re: can't connect with FTP3/10/2008 7:48:20 PM

0/0

 Titan FTP

9 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
PHP Cookbook Authors: David Sklar, Adam Trachtenberg, Pages: 784, Published: 2006
Perl Cookbook Authors: Tom Christiansen, Nathan Torkington, Pages: 927, Published: 2003
PHP & MySQL Web Development All-in-One Desk Reference For Dummies: All-in-one Desk Reference for Dummies. Authors: Janet Valade, Tricia Ballad, Bill Ballad, Pages: 646, Published: 2007
The Complete Idiot's Guide to the Internet Authors: Peter Kent, Pages: 380, Published: 2001
SSH, the Secure Shell: The Definitive Guide Authors: Daniel J. Barrett, Richard E. Silverman, Robert G. Byrnes, Pages: 645, Published: 2005
Mac OS X: The Missing Manual Authors: David Pogue, Pages: 725, Published: 2002
Learn Html 4 in a Weekend Authors: Steven E. Callihan, Pages: 437, Published: 2003
Computer Science and Perl Programming: Best of the Perl Journal Authors: Jon Orwant, Pages: 737, Published: 2002
Linux Bible: Boot Up to Ubuntu, Fedora, KNOPPIX, Debian, OpenSUSE, and 11 Other Distributions Authors: Christopher Negus, Chris Negus, Pages: 888, Published: 2008
Dreamweaver 8: The Missing Manual Authors: David Sawyer McFarland, David Pogue, Pages: 936, Published: 2006

Web:
Can't Connect to ANY ftp - FTPplanet.com Discussions Hi there, I can't connect to any ftp, I have windows xp sp 2, I havent been able to do it ever since I installed sp 2. I have no firewalls, ...
can't connect to ftp. : Technical Support I can't connect to my ftp account...says there are problems.... any clues?
HELP! I can't connect via FTP! - Computing.Net Hi. I'm not sure if this is the right spot to post this, but if not, I hope someone can point me in the right direction. I also didn't see ...
Can't connect to FTP Server and getting log error - Community Server Can't connect to FTP Server and getting log error ... I'm getting a strange error in my FTP logs and I haven't been able to connect. ...
Can't Connect to FTP from SMF Hi there... I just want to ask about SMF again. I have a problem with my SMF. When I tried to connect to FTP when I want to install SMF for ...
can't connect to ftp server >if you still can't connect by FTP, double check your firewall rules > >( remember that FTP uses both ports 20 and 21) and /etc/hosts.allow. ...
Can't connect using FTP - IIS.net Oct 28, 2008 ... I have a website with FTP publishing. I can't connect to it by going to ftp:// url. When I try it through IE 7 it says Internet Explorer ...
I can't connect. - Direct FTP - CoffeeCup Software Start > Run > Type in CMD > Press Enter > Type FTP yourhostname.com > Press ENTER. *If it says "Host not found" or it can't connect, then there is a problem ...
Can't connect to FTP site - FTPplanet.com Discussions Author, Topic: Can't connect to FTP site. gus123457 unregistered, posted 04-17- 2003 04:22 PM Edit/Delete Message ...
My users can't connect to FTP - Web Hosting Forum - Web hosting ... My users can't connect to FTP Other Topics. ... However, I can successfully login to FTP with my account administrator login\password ...

Videos:
How to Mod a Xbox- NEED HELP I have modded my Xbox but I got a new hard drive for my birthday and when I was Makeing the Backup disk I deleted my Dashboard =( and now I can't Pla...
Q&A Episode 34 This is the next episode of D-LinkTV Q&A where we take your questions and answer them. Episode 34: Networking Some questions include: When a 5 or 8 ...
Quake 2 on xbox vs pc users - quake2x xbox homebrew port Quake 2x beta3 release by Repi DOWNLOAD: http://www3.telus.net/ebayac/quake2x_beta3.zip (this file is also located at Xbins, do a search for Xbin...
2.0 Firmware unlocked and Jailbroken PWNED This video shows you how to jailbreak 2.0 firmware and install apps such as installer etc. Most of the apps are not compatible with 2.0 and therefore...
Publishing to the Web Once you have your web space ready, you need to actually publish your web site - get it there for the world to see. This video examines FTP or File T...
Eagle Consus T-Series NAS IDE to RJ-45 & USB ET-CSTNASU2-BK Eagle Consus T-Series NAS (Network Attached Storage) RJ-45/USB External Hard Drive is a cost effective network attached storage solution designed for...
2.0 Firmware JAILBREAK! (installer.app etc) iphone/ipod! http://www.youtube.com/watch?v=DT0Ll6H-6dQ latest 2.0 jailbreak!!! with cydia http://www.youtube.com/watch?v=BEuBX9uUyKE check out for 2.0 jailbreak...
Transfer Media from iPhone to Computer Now that you have pictures and videos on your iPhone, wouldn't it be nice if you could get that media onto your computer. Well, now you can. Mac Onl...
How to add NES games to your iPod Touch READ THIS PART ON HOW TO DOWNLOAD AND CONFIGURE CUTEFTP Note: there has been an update with the NES emulator, so you have to put the ROMs in the /va...
Wordpress banner image being a pain? http://tinyurl.com/3peogq http://www.extreme-days.com http://www.themodelship.com Just teaching you a little trick about your banner image. To chang...




Search This Site:










having a error msg during running the web application

webform item template with "namespace" in code behind

the item [path] could not be found in your workspace.

what about windows forms development?

problems with vs2005 since installing sql2005

highlight current line of text

unable to start debugging on the web server

copy to website with ftp-authssl:

xmldocumentation generated by the vs05

customize object names

looking for jfif to windows convert solution

create database not under app_code directoty

web services: missing template

vs2005 web deployment project add-in bugs

vs pro and immediate window

resource files in vs 2005

using webclient to download a file with a proxy server

setting controls positions on the designer..

changing where compile errors for web projects show up

vs 2005 nag, nag nag...

version compare help

unable to open solution on right side

how to display binary data file in gridview

aspx, vb, sql server

adding references

adding new controls

why the files in "c:\documents and settings\fujun\application data\microsoft\visualstudio\8.0\reflectedschemas" takes too much disk spaces?

need my datas in japaneese

visual studio 2005 web deployment projects (beta v2 preview)

vs team test

  Privacy | Contact Us
All Times Are GMT