DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35181>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35181





------- Additional Comments From [EMAIL PROTECTED]  2005-06-06 14:11 -------
> 1)  Can you tell me your exact use case?  Are you having this problem because
> a) the clocks are out of synch and you could fix the problem
> b) the clocks are out of synch but you can't do anything about it beacuse the
> server is out of your control?
> c) the server is in a different time zone from the client which you could 
> handle
> by using FTPClientConfig?

b)

In my case, two servers are running on same time zone and the clocks are out of
synch.

I use the Commons Net for the purpose of B2B. In case of intranet, several
servers can synchronize clocks, for instance, by using time server. On the other
hand, in case of B2B (or internet), clocks are out of synch because each server
is controled under each organization. All organizations do not always do
synchronization. This says some server is out of my control.

This problem is reporductable as following for my case:

 Server A=14:00 Server B=14:05
 1) create file on Server B (timestamp is 14:05)
 2) connect from Sercer A to Server B and execute LIST.

I tried to quick-fix this problem to described code. But, I thought that this is
not only my problem, so I reported.


> 2)  Please indicate whether you have any information other than observation
> that says that the rollover from MMM dd HH:mm to MMM dd yyyy display occurs
> when a file becomes six months old.

Six month came from my observation. I do not have further information.
I check in my environments:

  Solaris 9    FTP Server                     rollover six months.
  HP-UX 11.11  FTP server (Version 1.1.214.4) rollover six months.
  Tru64 UNIX   FTP server (Version 5.60)      rollover six months.
  RHL, ES3     vsFTPd 1.2.0                   rollover six months.
  Win2003      Microsoft FTP Service          rollover by year?

I think that the problem is how long local server can accept when timestamp of
file on remote server is ahead of system date of local server: For a day, a 
week,
a month or a year?

My suggestion is six months becase of observation above.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to