php man page for ftp-context-options

Query: ftp-context-options

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FTP-CONTEXT-OPTIONS(3)							 1						    FTP-CONTEXT-OPTIONS(3)

FTP context options - FTP context option listing

	Context options for ftp:// and ftps:// transports.

	      o $overwrite
		boolean  -  Allow  overwriting	of  already  existing files on remote server. Applies to write mode (uploading) only.  Defaults to
		FALSE.

	      o $resume_pos
		integer - File offset at which to begin transfer. Applies to read mode (downloading) only.  Defaults to 0 (Beginning of File).

	      o $proxy
		string - Proxy FTP request via http proxy server. Applies to file read operations only. Ex: tcp://squid.example.com:8000.

       +--------+------------------------------------+
       |Version |				     |
       |	|				     |
       |	|	     Description	     |
       |	|				     |
       +--------+------------------------------------+
       | 5.1.0	|				     |
       |	|				     |
       |	|	     Added $proxy.	     |
       |	|				     |
       | 5.0.0	|				     |
       |	|				     |
       |	|  Added $overwrite and $resume_pos. |
       |	|				     |
       +--------+------------------------------------+
       Note

	      Underlying socket stream context options

	       Additional context options may be supported by the underlying transport For ftp:// streams, refer to context options for the tcp://
	      transport. For ftps:// streams, refer to context options for the ssl:// transport.

       "ftp://", "Socket context options", "SSL context options".

PHP Documentation Group 												    FTP-CONTEXT-OPTIONS(3)
Related Man Pages
curlopt_proxy_transfer_mode(3) - mojave
mount_ftp(8) - mojave
curl-context-options(3) - php
http-context-options(3) - php
io::all::ftp(3pm) - debian
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
Please Welcome Nicki Paul to the Moderator Team!