Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure parsing date format #5419

Closed
cyberduck opened this issue Nov 9, 2010 · 3 comments
Closed

Failure parsing date format #5419

cyberduck opened this issue Nov 9, 2010 · 3 comments
Assignees
Labels
bug ftp FTP Protocol Implementation worksforme

Comments

@cyberduck
Copy link
Collaborator

a2e95bb created the issue

I have the problem that Cyberduck after the login with a particular ftp server the date format cannot be rendered. Instead the proper date only "Unknown" is displayed in the "Modified" column. In the the log drawer the correct date is displayed..

-rw-r--r--   1 root     root           1126807 Sep 9. 11:18 Honeder 034.jpg

other applications (filezilla) does not have this problem with this server. but i will use Cyberduck..

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the part of the transcript that includes the response to SYST. What I can say is that the date format seems not common including a . after the number of the day of the month.

@cyberduck
Copy link
Collaborator Author

a2e95bb commented

here are the logs. i have seen that cyberduck tries to feature bevore the authentications. but the server refuse that. filezilla tries this after the authentication and this is fine for the server...

cyberduck:

220 FTP Server Ready
FEAT
550 Command not recognized or allowed.
USER xxx
331 Username OK.  Need password.
PASS ********
230 Password OK.  Connected.
NOOP
200 Command OK. (NOOP)
CWD /
250 "/" CWD command successful.
SYST
215 UNIX Type: L8
STAT /
211-status of /:
drwxr-xr-x   1 root     root              4096 26. Okt 14:12 test
<snip>
211 End of Status

i send then the feat command after the authentication

feat
211-Extensions supported:
 AUTH TLS
 AUTH SSL
 SSCN
 PBSZ
 PROT
 CCC
 CLNT
 EPSV
 EPRT
 MDTM
 MDTM YYYYMMDDHHMMSS[+-TZ];filename
 SIZE
 REST STREAM
 MODE Z
 LIST -Q
 SITE MD5
 SITE MD5s
 SITE RANDOMACCESS
 UTF8
211 END

filezilla

Status:	Connection established, waiting for welcome message...
Response:	220 FTP Server Ready
Command:	USER xxx
Response:	331 Username OK.  Need password.
Command:	PASS **********
Response:	230 Password OK.  Connected.
Command:	SYST
Response:	215 UNIX Type: L8
Command:	FEAT
Response:	211-Extensions supported:
Response:	 AUTH TLS
Response:	 AUTH SSL
Response:	 SSCN
Response:	 PBSZ
Response:	 PROT
Response:	 CCC
Response:	 CLNT
Response:	 EPSV
Response:	 EPRT
Response:	 MDTM
Response:	 MDTM YYYYMMDDHHMMSS[+-TZ];filename
Response:	 SIZE
Response:	 REST STREAM
Response:	 MODE Z
Response:	 LIST -Q
Response:	 SITE MD5
Response:	 SITE MD5s
Response:	 SITE RANDOMACCESS
Response:	 UTF8
Response:	211 END
Command:		CLNT FileZilla
Response:	200 Noted.
Command:		OPTS UTF8 ON
Response:	200 UTF8 OPTS ON.
Status:		Connected
Status:		Retrieving directory listing...
Command:		PWD
Response:	257 "/" PWD command successful.
Command:		TYPE I
Response:	200 Command ok : Binary type selected.
Command:		PASV
Response:	227 Entering Passive Mode (xxx,xxx,xxx,xxx,155,222)
Command:		LIST
Response:	150 Opening data connection for file list.
Response:	226 Directory transfer complete. (generate:1369ms)(send:1371ms)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The server should output date formats in English. Please report to the server vendor.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug ftp FTP Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants