HP OpenVMS Systemsask the wizard |
The Question is: Hi Can you tell me how I switch ftp port 21 to a highport eg. 32101 ? Would just be great if you could help me. Thanks a lot. Kind Regards, Andi The Answer is :
FTP client accepts a target port parameter.
The FTP server does not typically accept (or expect) alternate
ports.
You might be able to get this to work, but the following has
not been tested:
SET NOSERVICE FTP
SET SERVICE FTP /Port=xx /Flag=UCX /User=TCPIP$FTP -
/Process=TCPIP$FTP /Inact=xx /Limit=xx -
/File=TCPIP$SYSTEM:TCPIP$FTP_RUN.COM -
/Log=(File:SYS$SYSDEVICE:[TCPIP$FTP]TCPIP$FTP_RUN.LOG, All)
|