Lines Matching refs:hostname
2283 " 'C' in 'C:\path\to\file' is handled as hostname on windows.
3045 " choice = url [protocol:]//[userid@]hostname[:port]/[path-to-file]
3057 " g:netrw_machine= hostname
3066 …call netrw#ErrorMsg(s:ERROR,"not a netrw-style url; netrw uses protocol://[user@]hostname[:port]/[…
3123 " Method#1: rcp://user@hostname/...path-to-file {{{3
3134 " Method#4: scp://user@hostname/...path-to-file {{{3
3142 " Method#5: http[s]://user@hostname/...path-to-file {{{3
3150 " Method#6: dav://hostname[:port]/..path-to-file.. {{{3
3161 " Method#7: rsync://user@hostname/...path-to-file {{{3
3168 " Methods 2,3: ftp://[user@]hostname[[:#]port]/...path-to-file {{{3
3184 " if there's a change in hostname, require password re-entry
3240 " Method#3: Issue an ftp: "hostname [path/]filename" {{{3
3254 " Method#9: sftp://user@hostname/...path-to-file {{{3
3261 " Method#1: Issue an rcp: hostname:filename" (this one should be last) {{{3
3276 " Method#10: file://user@hostname/...path-to-file {{{3
3286 …call netrw#ErrorMsg(s:WARNING,"cannot determine method (format: protocol://[user@]hostname[:port]/…
3366 let g:netrw_machine= input('Enter hostname: ')
3412 let g:netrw_machine= input('Enter hostname: ')
3438 " enter hostname, user-id, and password into the hup dictionary
3787 " with the requested remote hostname first.