Results 1 to 4 of 4

Thread: FtpPutFileA - "wininet.dll" const question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2001
    Location
    australia
    Posts
    94

    FtpPutFileA - "wininet.dll" const question

    Hi, can anyone tell me what are the const values for binary and ascii mode transfer for FtpPutFileA api call? Thanks~

    And moreover, where can I find a reference for these constants ?

  2. #2
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    Have you had a look at the MSDN site?

  3. #3
    Frenzied Member
    Join Date
    Jan 2000
    Location
    Brooklyn NY USA
    Posts
    1,258
    Const FTP_TRANSFER_TYPE_ASCII = &H1
    Const FTP_TRANSFER_TYPE_BINARY = &H2

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jul 2001
    Location
    australia
    Posts
    94
    thx shragel

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width