none standard FTP server
Moderators: Hacker, petermad, Stefan2, white
none standard FTP server
Hello,
I have an FTP server here I want to connect to but besides connecting to it it doesn't list anything, it also prompted about configuring some specific for it.
I don't know what to configure but I can give you a dump of the login
----------
Connect to: (23/05/2012 10:51:55)
hostname=xxx.xxx.xxx.xxx
username=xxx
startdir=
xxx.xxx.xxx.xxx=xxx.xxx.xxx.xxx
220 Interchange Services Batch FTP server IDA4673 built Jun 10 2003 ready.
USER xxx
331 Password required for xxx
PASS ***********
230 User logged in, proceed.
SYST
215 ICS.
FEAT
502 Bad command or it is not implemented here.
HELP SITE
214-Syntax: SITE site-specific-command (execute one of the following site-specific commands)
PARM SENDTERM RECVTERM STANDARD RCVLSTFMT (RCVLISTFMT, or RECEIVELISTFORMAT)
214 Use HELP SITE site-specific-command for more information.
CLNT Total Commander (UTF-8)
502 Bad command or it is not implemented here.
OPTS UTF8 ON
502 Bad command or it is not implemented here.
Connect ok!
PWD
257 "root" is current directory.
Get directory
TYPE A
200 Type set to A.
PORT 10,0,1,13,252,240
200 PORT command successful.
LIST
150 Data connection open for transfer of file xxx.
Download
Waiting for server...
226 Closing data connection. Requested file action successful.
CWD reports
250 "reports" is current directory.
PWD
257 "reports" is current directory.
Get directory
PORT 10,0,1,13,252,242
200 PORT command successful.
LIST
150 Data connection open for transfer of file xxx.
Download
Waiting for server...
226 Closing data connection. Requested file action successful.
I have an FTP server here I want to connect to but besides connecting to it it doesn't list anything, it also prompted about configuring some specific for it.
I don't know what to configure but I can give you a dump of the login
----------
Connect to: (23/05/2012 10:51:55)
hostname=xxx.xxx.xxx.xxx
username=xxx
startdir=
xxx.xxx.xxx.xxx=xxx.xxx.xxx.xxx
220 Interchange Services Batch FTP server IDA4673 built Jun 10 2003 ready.
USER xxx
331 Password required for xxx
PASS ***********
230 User logged in, proceed.
SYST
215 ICS.
FEAT
502 Bad command or it is not implemented here.
HELP SITE
214-Syntax: SITE site-specific-command (execute one of the following site-specific commands)
PARM SENDTERM RECVTERM STANDARD RCVLSTFMT (RCVLISTFMT, or RECEIVELISTFORMAT)
214 Use HELP SITE site-specific-command for more information.
CLNT Total Commander (UTF-8)
502 Bad command or it is not implemented here.
OPTS UTF8 ON
502 Bad command or it is not implemented here.
Connect ok!
PWD
257 "root" is current directory.
Get directory
TYPE A
200 Type set to A.
PORT 10,0,1,13,252,240
200 PORT command successful.
LIST
150 Data connection open for transfer of file xxx.
Download
Waiting for server...
226 Closing data connection. Requested file action successful.
CWD reports
250 "reports" is current directory.
PWD
257 "reports" is current directory.
Get directory
PORT 10,0,1,13,252,242
200 PORT command successful.
LIST
150 Data connection open for transfer of file xxx.
Download
Waiting for server...
226 Closing data connection. Requested file action successful.
- ghisler(Author)
- Site Admin
- Posts: 50930
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Please go to the TEMP directory during the connection, then post the contents of the newest file starting with FTP and ending with .TMP here. This is the raw directory listing sent by the server. It seems to be in a format which Total Commander doesn't understand. I will then try to create a template for you which can be used to read that format.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Hello,
this is what's in the file...
Type Name
dir send
dir receive
dir reports
some more that was in the folders...
(from the receiver folder)
Sender ILOG IC Control# Sent (GMT) Mfile
(from the send folder)
Type ILOG Name
(from the reports folder)
RPT Sender Status Report SSTA
RPT Sender Summary SSUM
RPT Sender Retrieved SRET
RPT Sender Unretrieved URET
RPT Sender Error SERR
RPT Receiver Status RSTA
RPT Receiver Summary RSUM
RPT Third Party Reject TPRR
RPT Trading Pair Trxn Detail TPTD
seems to be really specific stuff
this is what's in the file...
Type Name
dir send
dir receive
dir reports
some more that was in the folders...
(from the receiver folder)
Sender ILOG IC Control# Sent (GMT) Mfile
(from the send folder)
Type ILOG Name
(from the reports folder)
RPT Sender Status Report SSTA
RPT Sender Summary SSUM
RPT Sender Retrieved SRET
RPT Sender Unretrieved URET
RPT Sender Error SERR
RPT Receiver Status RSTA
RPT Receiver Summary RSUM
RPT Third Party Reject TPRR
RPT Trading Pair Trxn Detail TPTD
seems to be really specific stuff
- ghisler(Author)
- Site Admin
- Posts: 50930
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
That really looks strange. Which of these is the file name? The entire line? Or just the last word?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50930
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
OK, you need 3 definition strings to handle this, because the name is sometimes the 4th word, sometimes the 5th, and sometimes the sixth.
1. Create new connection
2. Conenct to the server
3. When TC asks you for the definition strings:
Definition string:
! ! ! ! ! n*
Additional definition strings:
! ! ! ! n*
! ! ! n*
The "!" means: Skip all characters up to the next space.
1. Create new connection
2. Conenct to the server
3. When TC asks you for the definition strings:
Definition string:
! ! ! ! ! n*
Additional definition strings:
! ! ! ! n*
! ! ! n*
The "!" means: Skip all characters up to the next space.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50930
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
How can you distinguish files from folders on this system? What error do you see when you try to double click one of the folders?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com