• Home
  • Raw
  • Download

Lines Matching full:user

77 It is also possible to specify the user name, password and any supported login
81 http://user:password@www.example.com
83 ftp://user:password@ftp.example.com
87 imap://user:password;options@mail.example.com
89 pop3://user:password;options@mail.example.com
91 smtp://user:password;options@mail.example.com
141 ftp://user:password@ftp.example.com/readme.txt - This retrieves the readme.txt
142 file from the user's home directory. When a username and password is
144 user's home directory. To retrieve files from the root directory or a
149 ftp://user:password@ftp.example.com//readme.txt - This retrieves the readme.txt
150 from the root directory when logging in as a specified user.
171 pop3://user:password@mail.example.com - This lists the available messages for
172 the user
174 pop3://user:password@mail.example.com/1 - This retrieves the first message for
175 the user
184 imap://user:password@mail.example.com - Performs a top level folder list
186 imap://user:password@mail.example.com/INBOX - Performs a folder list on the
187 user's inbox
189 imap://user:password@mail.example.com/INBOX/;UID=1 - Selects the user's inbox
192 imap://user:password@mail.example.com/INBOX;UIDVALIDITY=50/;UID=2 - Selects
193 the user's inbox, checks the UIDVALIDITY of the mailbox is 50 and fetches
196 imap://user:password@mail.example.com/INBOX/;UID=3/;SECTION=TEXT - Selects the
197 user's inbox and fetches the text portion of message 3
199 imap://user:password@mail.example.com/INBOX/;UID=4/;PARTIAL=0.1024 - Selects
200 the user's inbox and fetches the first 1024 octets of message 4
202 imap://user:password@mail.example.com/INBOX?NEW - Selects the user's inbox and
205 imap://user:password@mail.example.com/INBOX?SUBJECT%20shadows - Selects the
206 user's inbox and searches for messages containing "shadows" in the subject
216 user's home directory on the server, prepend ~/ to the path portion. If the
217 user name is not embedded in the URL, it can be set with the
220 scp://user@example.com/etc/issue - This specifies the file /etc/issue
223 user's home directory on the server
231 user name is not embedded in the URL, it can be set with the
234 sftp://user:password@example.com/etc/issue - This specifies the file
237 sftp://user@example.com/~/my-file - This specifies the file my-file in the
238 user's home directory
241 of the Documents directory under the user's home directory
246 If the user name is not embedded in the URL, it can be set with the
247 \fICURLOPT_USERPWD(3)\fP or \fICURLOPT_USERNAME(3)\fP option. If the user name
282 user wants to pass in a '#' (hash) character it will be treated as a fragment
299 hard when accepting user provided URLs.
309 User provided URLs can also be made to point to sites that redirect further on