Home > database >  Inquired of god, and how to connect FTP with progress language
Inquired of god, and how to connect FTP with progress language

Time:09-20

Small white, tried for a long time, I don't know how to connect to the database with the progress language
Define variable IP as char.
Define variable port as an int.

IP="192.50.6.3".
Port=22.
Unix silent FTP.
Unix silent open value (IP, port).
Silent Unix login (" ftpuser ", "123456789").

Unix silent PWD.
Unix silent CD value (IP).
Unix silent PWD.
  • Related