Search found 296 matches: john

Return to advanced search

Antonio,

looks great! How can i implement this?

Or shall i wait for your modifications and test them here?

Regards,

John.
by John
Sat Nov 18, 2006 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7158

John, It looks as three files have the same date: 0, 46, 46, 201, 78, 240, 198, 1 0, 46, 46, 201, 78, 240, 198, 1 0, 46, 46, 201, 78, 240, 198, 1 0, 232, 33, 111, 190, 255, 198, 1 From the image that you provided, three have ...
by Antonio Linares
Sat Nov 18, 2006 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7158

Antonio,

the values are:
0, 46, 46, 201, 78, 240, 198, 1, 0, 232, 33, 111, 190, 255, 198, 1, 0, 46, 46, 201, 78, 240, 198, 1, 0, 46, 46, 201, 78, 240, 198, 1.

Saludos,

John.
by John
Sat Nov 18, 2006 5:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7158

John, aFtpList:=oFTP:Directory("*.*") for m = 1 to Len( aFtpList ) for n = 1 to Len( aFtpList[ m ][ 3 ] ) MsgInfo( Asc( SubStr( aFtpList[ m ][ ...
by Antonio Linares
Fri Nov 17, 2006 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7158

John,

Please copy here the values that you get for each of the four items that you have in the directory, thanks.
by Antonio Linares
Thu Nov 16, 2006 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7158

Hi Antonio,

the following files are present in the ftp directory:
Image

I get the following results:
0, 46, 46, 201, 78, 240, 198, 1

Best regards,

John.
by John
Thu Nov 16, 2006 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7158

John, It looks like there is something different from a number there. Please try this: aFtpList:=oFTP:Directory("*.*") for n = 1 to Len( aFtpList[ 1 ][ 3 ] ) MsgInfo( ...
by Antonio Linares
Mon Nov 13, 2006 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7158

Antonio,

it returns an 8, but i can't relate that to a file present...

Regards,

John.
by John
Sat Nov 11, 2006 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7158

John,

Please try this:

aFtpList:=oFTP:Directory("*.*")
MsgInfo( Len( aFtpList[ 1 ][ 3 ] ) )

and let me know what you get, thanks
by Antonio Linares
Sat Nov 11, 2006 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7158

... Function ShowArr(aDirList) aEval(aDirList,{|i,t| iif(Valtype(i)=="A",(ShowArr(i)),(msgalert(i)) ) }) Return (.t.) Any suggestions? Regards, John.
by John
Sat Nov 11, 2006 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7158

John,

What value do you get for oWin32FindData:nLastWriteAccess ?
by Antonio Linares
Fri Nov 10, 2006 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7158

Hi Antonio,

thanks for the reply. It seems i only get the time returned in this case?

Regards,

John.
by John
Fri Nov 10, 2006 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7158

John, Please modify Class TFtp Method Directory this way: ... if ! Empty( oWin32FindData:cFileName ) AAdd( aFiles, { oWin32FindData:cFileName,; oWin32FindData:nSizeLow,; oWin32FindData:nLastWriteAccess,; ...
by Antonio Linares
Fri Nov 10, 2006 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7158

... -u "<profile>" -p <anything> -r <recipient> -s "<subject>" -t <text file containing the message> e.g. mapisend -u "john savill" -p anything -r john@savilltech.com -s "Test message" -t c:\message\mail4.txt -u Nome de quem envia -p Senha da conta de email -i Pede senha ...
by Rochinha
Tue Nov 07, 2006 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Attach Files using MailTo:
Replies: 5
Views: 3256

How to get Date and Time with oFTP

Hi,

i'm using oFTP:Directory("*.*"), but it seems it only returns the name and file size. Is there any way to also retrieve the file's date and time?

Thanks,

John.
by John
Sat Nov 04, 2006 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7158
PreviousNext

Return to advanced search