Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

ghost's Avatar
0 0

I was in cmd prompt last night in this system I have the log in names and passwords for ftp connection but after i disconnected from it. I cannot reconnect to their server or any other ftp server. I go into cmd and do ftp then o to connect and when I enter an addy it just goes right back to ftp….. what is up with that?


ynori7's Avatar
Future Emperor of Earth
0 0

What exactly are you asking for? If you want help hacking somebody's ftp this thread is getting deleted.


ghost's Avatar
0 0

Im asking how to get my ftp to work again…. after i am in ftp and enter an address instead of connecting or telling me its an invallid addy it just directs me right back into ftp without doing what its supposed to. I dont need to know how to use ftp i know how. Point i need help in is finding out why the shiz wont work!!! lol


ghost's Avatar
0 0

say you go into ftp and i type in my target it doesnt do nothing but go back to ftp. My ftp broke or what?


ghost's Avatar
0 0

and the system i was in is a website that allows ftp to upload songs. the ftp entry wasnt done illegally.


SET's Avatar

SET

Peumonoultramicroscopicsilico
0 0

What???

I seriously dont understand what you are asking….

Because what it sounds like to me is that your logged into your ftp but when you try to switch to another ftp you get sent back to the first ftp….


ghost's Avatar
0 0

Haha from what I read (and actually understood) it sounds like you think that ftp is like your web browser. You log in. Come back later to the site and your still logged in because it remembered your password/cookies/stuff. Unfortunately I don't think ftp works that way. Maybe some ftp client's perhaps?


ghost's Avatar
0 0

post the ftp commands you are using.


fashizzlepop's Avatar
Member
0 0

f-f-f-filezilla.

Edit: I guess I should be more clear, use filezilla to see if IT can even connect to whatever you are trying to connect to.


cubix's Avatar
Member
0 0

And be sure you weren't using SFTP.


ghost's Avatar
0 0

its hard to explain but ill try.. I am in command prompt… I type ftp then im at the ftp prompt I hit o command to connect then I type in my target press enter and it goes right back to ftp.

I have also tried the disconnect command to make sure I am not connected to anything.

It was working fine the other day it just went loco on me.


ghost's Avatar
0 0

fashizzlepop wrote: f-f-f-filezilla.

Edit: I guess I should be more clear, use filezilla to see if IT can even connect to whatever you are trying to connect to.

I can connect to it iwas connected to it the other night and my ftp isnt working no matter what address i enter no invalid ip no nothing..


ghost's Avatar
0 0
    There sure is an edit button i dont really care about getting my post count up it aint like i win a fukin prize now is it? I just didnt feel like pressing the edit buton.I do it my way u do it urs. 

SET's Avatar

SET

Peumonoultramicroscopicsilico
0 0

Ohhh u mean in CMD.exe ftp

C:\ftp      - or a alt way to do this - C:\ftp what.com 
ftp> open what.com
Connected to what.com.
220-Microsoft FTP Service
220 IIS405
User (what.com:(none)): Username
331 Password required for Username
Password: Password
230 User Username logged in.
ftp>

ftp> is what it will always go back to its just the identifier to test to see if your connected type

ftp> pwd

tells you the remote directory your in

Now if your connected to a ftp currently and want to disconnect type

ftp> disconnect

now if that didn't work just type quit and it will kill all the ftp connections and end the ftp program

P.S. Its really annoying that you make 3 - 4 posts in a row. Your taking up space in a sql server with all the extra posts

@ Moshbat— MAGIC


ghost's Avatar
0 0

SET wrote: Ohhh u mean in CMD.exe ftp

C:\ftp      - or a alt way to do this - C:\ftp what.com 
ftp> open what.com
Connected to what.com.
220-Microsoft FTP Service
220 IIS405
User (what.com:(none)): Username
331 Password required for Username
Password: Password
230 User Username logged in.
ftp>

ftp> is what it will always go back to its just the identifier to test to see if your connected type

ftp> pwd

tells you the remote directory your in

Now if your connected to a ftp currently and want to disconnect type

ftp> disconnect

now if that didn't work just type quit and it will kill all the ftp connections and end the ftp program

P.S. Its really annoying that you make 3 - 4 posts in a row. Your taking up space in a sql server with all the extra posts

@ Moshbat— MAGIC

Ok i did pwd and it said not connected. ftp is doing the same thing after I type in the target it goes directly back to ftp waiting for a command.


stealth-'s Avatar
Ninja Extreme
0 0

How about you actually give us something to work with? Open up your windows terminal, try your ftp connect, try a pwd, then copy and paste all of the console text into a message so we can see what your actually doing.