Name
easy:SetOpt_Prequote -- commands to run before an FTP transfer
Synopsis
easy:SetOpt_Prequote(cmds)
Function
Pass a table containing a list of FTP commands to pass to the server after the transfer type is get. Disable this operation again by setting a Nil to this option.

While #CURLOPT_QUOTE and #CURLOPT_POSTQUOTE work for SFTP, this option does not.

Inputs
cmds
input value

Show TOC