Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
CURL.SetOptionFTPUseEPRT
Whether to use EPRT command.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| CURL | 2.5 | Yes | Yes | Yes | Yes | Yes |
MBS( "CURL.SetOptionFTPUseEPRT"; curl; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
| Value | Whether to use EPRT command: 1 for EPRT, 0 for no EPRT. | 1 |
Result
Returns "OK" on success.
Description
Whether to use EPRT command.If the value is 1, it tells curl to use the EPRT (and LPRT) command when doing active FTP downloads (which is enabled by CURL.SetOptionFTPPort). Using EPRT means that it will first attempt to use EPRT and then LPRT before using PORT, but if you pass zero to this option, it will not try using EPRT or LPRT, only plain PORT.
If the server is an IPv6 host, this option will have no effect.
See also FTP_USE_EPRT option in CURL manual.
See also
- CURL.SetOptionFTPAccount
- CURL.SetOptionFTPPort
- CURL.SetOptionFTPSSLAuth
- CURL.SetOptionFTPUseEPSV
- CURL.SetOptionFTPUsePret
Created 18th August 2014, last changed 18th August 2014
CURL.SetOptionFTPSkipPasvIP - CURL.SetOptionFTPUseEPSV
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins