Morning hopefully I am at the correct forum. I am trying to ftp a file from ibm os/390 to an aix mailbox. I would like to try using passive mode but receive an error when attempting so. Is it possible to do ftp passive from os/390?
====================================
ftp.site.com 21
loginid
password
ascii
passive
cd /INBOUND/APPLICATION/FILE
PUT 'old_file.txt' old.txt
QUIT
====================================
ftp.site.com 21
loginid
password
ascii
passive
cd /INBOUND/APPLICATION/FILE
PUT 'old_file.txt' old.txt
QUIT