DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Windows NT / 2000 / XP (http://www.daniweb.com/forums/forum10.html)
-   -   accessing ftp (http://www.daniweb.com/forums/thread200990.html)

ereddick Jul 1st, 2009 1:23 pm
accessing ftp
 
I created a website on IXWebhosting.com. I then set up ftp to a folder named "transfer". On my XP Pro computer I access it by:
ftp://66.116.193.2/ereddick.com/transfer/. It opens immediately (doesn't ask for the name and password I had set up). Then I choose "Open ftp site in Windows Explorer" in the Page dropdown. I can then drag and drop to and from the opened window. Works great. On my Vista computer, I get a login screen, but after I enter the proper name and password, I get the dreaded (Internet Explorer cannot display the webpage". I have a client who needs to upload some files to this ftp. He is running XP Home and Internet Explorer (I don't know which version). He gets the same result as my Vista.

Help, anyone? Thanks

Billstar Jul 1st, 2009 1:30 pm
Re: accessing ftp
 
Why not just go to a DOS prompt in Vista and use the ftp command? If you type ftp /? it will list all of the commands. To get there, go to Programs>Accessories and select the DOS command prompt (which is the little C:> prompt in a black boxx

sknake Jul 1st, 2009 1:32 pm
Re: accessing ftp
 
Did you leave your explorer session open while testing it on the other machines? Some FTPDs only allow a single session per user. Also try using the DOS FTP on the Vista machine and see if it gives you a little more details on what the error is:

C:\>ftp apex2006sql
Connected to apex2006sql.
220 Microsoft FTP Service
User (apex2006sql:(none)): abc
331 Password required for abc.
Password:
530 User abc cannot log in.
Login failed.
ftp>

ereddick Jul 1st, 2009 2:14 pm
Re: accessing ftp
 
How to use? I have the DOS ftp prompt, entered ereddick.com/transfer/ and was told invalid command. Sorry, but there are some definite gaps in my computerese!

sknake Jul 1st, 2009 3:11 pm
Re: accessing ftp
 
Did you enter the username and password and did it say you were logged in? If you were able to log in with DOS and not in IE then you are looking at a browser issue.

C:\>ftp apex2006sql
Connected to apex2006sql.
220 Microsoft FTP Service
User (apex2006sql:(none)): ?????
331 Password required for ?????.
Password:
230-Hello From Aex Software Inc.
230 User ????? logged in.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for file list.
@@@ files will be listed @@@
226 Transfer complete.
ftp: 39 bytes received in 0.00Seconds 39000.00Kbytes/sec.
ftp> cd school
250 CWD command successful.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for file list.
@@@ files will be listed @@@
226 Transfer complete.
ftp: 10 bytes received in 0.00Seconds 10000.00Kbytes/sec.
ftp> pwd
257 "/school" is current directory.
ftp>

Commands:
cd <dirname> -- change directory
ls -- lists the directory
pwd --- current directory
get <file> -- download
send <file> -- sends a file

ereddick Jul 1st, 2009 3:59 pm
Re: accessing ftp
 
Quote:

Originally Posted by sknake (Post 905504)
Did you enter the username and password and did it say you were logged in? If you were able to log in with DOS and not in IE then you are looking at a browser issue.

In DOS I didn't get that far. What do I enter at the ftp> prompt? The ftp folder is ereddick.com/transfer/
It didn't like it when I just typed in ereddick.com/transfer/ at the prompt.

sknake Jul 1st, 2009 4:02 pm
Re: accessing ftp
 
I showed you the command..

open up the DOS prompt and do this from the C:\> prompt, i.e.
C:\> ftp xxx.xxx.xxx.xx

type: "ftp 66.116.193.2"
<press enter>
it will ask for your username, type it in
<press enter>
it will ask for your password, type it in
<press enter>
it will say login OK/FAILED. If you logged in type "cd /ereddick.com/transfer"
<press enter>

ereddick Jul 1st, 2009 4:15 pm
Re: accessing ftp
 
Quote:

Originally Posted by sknake (Post 905547)
I showed you the command..

open up the DOS prompt and do this from the C:\> prompt, i.e.
C:\> ftp xxx.xxx.xxx.xx

type: "ftp 66.116.193.2"
<press enter>
it will ask for your username, type it in
<press enter>
it will ask for your password, type it in
<press enter>
it will say login OK/FAILED. If you logged in type "cd /ereddick.com/transfer"
<press enter>

ok, thanks--small steps. I entered username when asked. When it asked for password the cursor just sits there. I type in the password but the cursor doesn't move.

sknake Jul 1st, 2009 4:17 pm
Re: accessing ftp
 
Its not supposed to -- its hiding the password for security reasons. Just type it in anyway and it will work

ereddick Jul 1st, 2009 4:35 pm
Re: accessing ftp
 
ok, I got in. So, what could be the issue with the browser?


All times are GMT -4. The time now is 6:51 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC