mountain52
Technical User
I need to download files with a specific logical record length. Thus I need to send the command:
LRECL = 80 or
LRECL 80
if the FTP server you are connect to allows certain commands, but the FTP client (Procomm/Aspect) does not, you usually can send the comand as:
quote site lrecl 80
this send the command 'LRECL 80" to the other end without validating it locally.
Is there someway to accomplish this with ASPECT. Will the TRANSMIT comand work for this scenario?
LRECL = 80 or
LRECL 80
if the FTP server you are connect to allows certain commands, but the FTP client (Procomm/Aspect) does not, you usually can send the comand as:
quote site lrecl 80
this send the command 'LRECL 80" to the other end without validating it locally.
Is there someway to accomplish this with ASPECT. Will the TRANSMIT comand work for this scenario?