Lines Matching full:user
75 It is also possible to specify the user name, password and any supported login
79 http://user:password@www.example.com
81 ftp://user:password@ftp.example.com
85 imap://user:password;options@mail.example.com
87 pop3://user:password;options@mail.example.com
89 smtp://user:password;options@mail.example.com
139 ftp://user:password@ftp.example.com/readme.txt - This retrieves the readme.txt
140 file from the user's home directory. When a username and password is
142 user's home directory. To retrieve files from the root directory or a
147 ftp://user:password@ftp.example.com//readme.txt - This retrieves the readme.txt
148 from the root directory when logging in as a specified user.
169 pop3://user:password@mail.example.com - This lists the available messages for
170 the user
172 pop3://user:password@mail.example.com/1 - This retrieves the first message for
173 the user
182 imap://user:password@mail.example.com - Performs a top level folder list
184 imap://user:password@mail.example.com/INBOX - Performs a folder list on the
185 user's inbox
187 imap://user:password@mail.example.com/INBOX/;UID=1 - Selects the user's inbox
190 imap://user:password@mail.example.com/INBOX;UIDVALIDITY=50/;UID=2 - Selects
191 the user's inbox, checks the UIDVALIDITY of the mailbox is 50 and fetches
194 imap://user:password@mail.example.com/INBOX/;UID=3/;SECTION=TEXT - Selects the
195 user's inbox and fetches the text portion of message 3
197 imap://user:password@mail.example.com/INBOX/;UID=4/;PARTIAL=0.1024 - Selects
198 the user's inbox and fetches the first 1024 octets of message 4
200 imap://user:password@mail.example.com/INBOX?NEW - Selects the user's inbox and
203 imap://user:password@mail.example.com/INBOX?SUBJECT%20shadows - Selects the
204 user's inbox and searches for messages containing "shadows" in the subject
214 user's home directory on the server, prepend ~/ to the path portion. If the
215 user name is not embedded in the URL, it can be set with the
218 scp://user@example.com/etc/issue - This specifies the file /etc/issue
221 user's home directory on the server
229 user name is not embedded in the URL, it can be set with the
232 sftp://user:password@example.com/etc/issue - This specifies the file
235 sftp://user@example.com/~/my-file - This specifies the file my-file in the
236 user's home directory
239 of the Documents directory under the user's home directory
244 If the user name is not embedded in the URL, it can be set with the
245 \fICURLOPT_USERPWD(3)\fP or \fICURLOPT_USERNAME(3)\fP option. If the user name
280 user wants to pass in a '#' (hash) character it will be treated as a fragment
297 hard when accepting user provided URLs.
307 User provided URLs can also be made to point to sites that redirect further on