6.0.0-alpha12
6/10/25

[#4362] VFS Ftp driver doesn't work with AIX ftp servers
Summary VFS Ftp driver doesn't work with AIX ftp servers
Queue Horde Framework Packages
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners
Requester werner.guenther (at) urz (dot) uni-heidelberg (dot) de
Created 08/30/2006 (6859 days ago)
Due 08/30/2006 (6859 days ago)
Updated 09/03/2006 (6855 days ago)
Assigned
Resolved 09/03/2006 (6855 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
09/03/2006 04:17:15 AM Michael Slusarz Comment #2
State ⇒ Resolved
Reply to this comment
This has been implemented via the 'lsformat' optional parameter in 
HEAD and 3.1.4.
08/30/2006 07:11:36 AM werner (dot) guenther (at) urz (dot) uni-heidelberg (dot) de Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ VFS Ftp driver doesn't work with AIX ftp servers
Due ⇒ 08/30/2006
Queue ⇒ Horde Framework Packages
New Attachment: ftp.php.patch Download
Reply to this comment
The ftp driver works well with servers using GNU 'ls', but fails on 
AIX servers, as the output is a little bit different. Output looks 
like this on AIX:

drw-r--r--   5 wguenthe fphys       2048 Mar 19 2004  WWW

instead of

drw-r--r--   5 wguenthe fphys       2048 Mar 19  2004 WWW



ftp.php tries to detect the start of the file name by reformatting the 
date string and by locating the resulting string within the current 
line.  The format of the year is '%-5s' on AIX instead of %5s. The 
included patch tries to find the position using '%-5s' if '%5s' fails.

Saved Queries