Results 1 to 6 of 6

Thread: Other Function not Mentioned in the Documentation

  1. #1
    Senior Member
    Join Date
    Feb 2012
    Location
    Barrie, ON
    Posts
    191

    Other Function not Mentioned in the Documentation

    Hi

    In my VFP applications I often need:

    FTP
    SFTP
    HTTP POST/GET etc.
    Zip Compression for files and strings
    TCP/IP sockets for communication with devices to gather and send data
    Serial Communication

    Are these functions available in Lianja? If not I would like to suggest them as New Features.

    Thanks,
    Simon

  2. #2
    Lianja Support Team lianjasupport's Avatar
    Join Date
    Feb 2012
    Location
    Boston USA, Wokingham UK
    Posts
    1,259
    As stated in your other thread you can use COM/ActiveX is thats what you want to do.

    There are functions that handle HTTP in fact the fopen() function does just specify a URI as the filename.

  3. #3
    Senior Member
    Join Date
    Feb 2012
    Location
    Barrie, ON
    Posts
    191
    I was wondering whether there were built in features for FTP,SFTP Zip etc. so that they would be available cross platform and not just limited to Windows COM/ActiveX.

  4. #4
    Lianja MVP
    Join Date
    Feb 2012
    Location
    Berea, KY, USA
    Posts
    2,184
    Quote Originally Posted by dcipher View Post
    I was wondering whether there were built in features for FTP,SFTP Zip etc. so that they would be available cross platform and not just limited to Windows COM/ActiveX.
    A related question: the functions listed are, of course, available in Python, either as standard libraries or PyPi libraries. Can Python libraries be imported? Once imported, can they be accessed by other languages?

    tia,

    Hank

  5. #5
    Lianja Support Team lianjasupport's Avatar
    Join Date
    Feb 2012
    Location
    Boston USA, Wokingham UK
    Posts
    1,259
    Good point, yes you can and you can use the EXECPYTHON ( ) built-in function. We need to blog about where you put those python modules. There is also the same functionality available with PHP using EXECPHP( ). Lianja can integrate Python, PHP and JavaScript code in with VFP code.

  6. #6
    Senior Member
    Join Date
    Feb 2012
    Location
    Barrie, ON
    Posts
    191
    Thanks, I did not think of those possibilities.

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us