FTP Quote command

Advertisement

Shonn
Guest

FTP Quote command

I am concerting my ftp script to winscp. I am trying to convert the below line

quote site wait_for_files

basically I need to issue a site wait_for_files command

Does anyone know how I can accomplish this?

Reply with quote

Advertisement

GaHawkeye76
Joined:
Posts:
1
Location:
Martinez

QUOTE STRUC R - command not implemented

Converting an FTP script for a site that requires record structure. Have had no success with any variation of converting the command to a call statement, and yes I've been scouring the internet for the last day

Reply with quote

martin
Site Admin
martin avatar
Joined:
Posts:
39,446
Location:
Prague, Czechia

Re: QUOTE STRUC R - command not implemented

GaHawkeye76 wrote:

Converting an FTP script for a site that requires record structure. Have had no success with any variation of converting the command to a call statement, and yes I've been scouring the internet for the last day
The same as above. As quote site wait_for_files maps to call site wait_for_files, your QUOTE STRUC R maps to call STRUC R.
https://winscp.net/eng/docs/guide_ftp_script_to_sftp#quote
https://winscp.net/eng/docs/guide_ftp_script_to_sftp#literal

Reply with quote

Advertisement

You can post new topics in this forum