-
FTP server autologin
I set up a small private FTP server for when Im away from home, I made two acounts, anonymous and journy101. Away from home I wont have access to a FTP client so I will be useing Internet Exlorer. I created the apropriate firewall rules, and tryed to type in the address bar:
ftp://journy101:*****@24.101.0.0:21
Here is my FTP log:
Incoming connection request on interface 24.101.spoofed
Connection request accepted from 24.101.spoofed
USER journy101
331 User journy101 Ok, password please
PASS ***********
230 Password Ok, User logged in
FEAT
211- Additional features supported include:
SYST
215 UNIX Type: L8
PWD
257 "/" is the current directory
The connection was closed by the remote socket.
Connection terminated.
Does anyone have some ideas, I tryed goole searching but cant find a solution.
EDIT: I do however get a dir listing, my index page, just not in the starting root directory for the user journy101, apears to be loging me in as anonymous.
-
Try taking out the port number at the end, because IE will assume that FTP traffic is on port 21.
Like this:
ftp://username:password@IP address of FTP Server
-
Thank you CXGJarrod that worked perfectly, removeing ip address i get in to proper root dir listing.
-
(-:|:-)
Do I need to say something ?
Even ur using from DOS os u don't need to mention the port, it will show options.