How to use FTP using Progress 4GL?
问题 Is there any way to send files from a local folder to an FTP folder using Progress? 回答1: If you're running windows, then WinSCP is a good solution: http://winscp.net/eng/index.php 回答2: The "classic" way to do this is to send the commands that you would use if you were doing this manually to the built-in FTP command. If you know that you want to send a file called "myfile.txt" to the server at 192.168.0.1 you might code: define variable IPAddr as character no-undo. define variable fileName as