| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: Directory Listing
From: Alessandro Vesely <vesely_at_tana.it>
Date: Fri, 04 Jan 2008 17:07:34 +0100
Matt Wills wrote:
That's the usual "ls -l" output, see e.g.
Note that the year is written instead of hour:minute in case of files
> If I look at the same directory in an FTP client, I see the COMPLETE
Are you sure? Is your FTP client interpreting that string or does it
> Is there a reason curl doesn't return the year, and is there a way to
If the server supports Listings for Machine Processing (MLST or MLSD)
Use the -l/--list-only switch to avoid dates entirely. Or you may
curl -v -X "NLST foo" -Q "-MDTM foo" ftp://USER:PASSWORD@DOMAIN/PATH/
should output something that includes the lines
> MDTM foo
if foo was modified on 2007/11/18 16:26:21.
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info