Issue connecting to FTP server

Come here to discuss FileZilla and FTP in general

Moderator: Project members

Post Reply
Message
Author
sam70
500 Command not understood
Posts: 1
Joined: 2010-11-18 05:08
First name: Sam
Last name: Bhatt

Issue connecting to FTP server

#1 Post by sam70 » 2010-11-18 18:56

Hello All,

I am able to connect to FTP using Filezilla using Normal FTP login account at port 12002.Following is details on how Filezilla connected successfully.

When I tried to connect same Host using FTP command from command prompt I am getting error? Can any one help me with similar command to issue from DOS Commandline in order to connect to establish connecition using port 12002?

Status: Resolving address of HostName
Status: Connecting to IP:12002...
Status: Connection established, waiting for welcome message...
Response: 220 GIS FTP Server (java -1.1.00) ready.
Command: USER username
Response: 331 Password required for username.
Command: PASS *******
Response: 230 User username logged in.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (172,17,167,49,12,72).
Command: LIST
Response: 125 Data connection already open; transfer starting.
Response: 226 Closing data connection, Binary transfer complete.
Status: Directory listing successful

Thanks,
sam70

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: Issue connecting to FTP server

#2 Post by boco » 2010-11-18 20:13

Windows ftp.exe? If the port is non-default (not 21), you have to specify it, separated by a space.

ftp.exe HostName 12002
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply