Returns allocatable string of FTP server URL in the form
ftp[s]://host[:port]/path
. An absolute path has to start with
//
. Uses the URL API of libcurl to create the URL. By default,
Transport-Layer Security (FTPS) is disabled.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | host |
FTP host. |
||
integer, | intent(in), | optional | :: | port |
FTP port (up to 5 digits). |
|
character(len=*), | intent(in), | optional | :: | path |
FTP file path. |
|
logical, | intent(in), | optional | :: | tls |
Enable Transport-Layer Security. |
URL of FTP server.