Lines Matching refs:ftp
245 let g:netrw_ftp_cmd = "ftp"
873 if dirname =~# '^scp://' || dirname =~ '^ftp://'
1466 " obtain file using ftp + .netrc
1467 " call Decho("obtain via ftp+.netrc (method #2)",'~'.expand("<slnum>"))
1494 " If the result of the ftp operation isn't blank, show an error message (tnx to Doug Claar)
1503 " obtain with ftp + machine, id, passwd, and fname (ie. no .netrc)
1504 " call Decho("obtain via ftp+mipf (method #3)",'~'.expand("<slnum>"))
1555 " perform ftp:
1556 " -i : turns off interactive prompting from ftp
1562 " If the result of the ftp operation isn't blank, show an error message (tnx to Doug Claar)
2081 echomsg ':Nread "machine path" uses ftp with <.netrc>'
2082 echomsg ':Nread "machine id password path" uses ftp'
2085 echomsg ':Nread ftp://[user@]machine[:port]/path uses ftp autodetects <.netrc>'
2127 " NetRead: Determine method of read (ftp, rcp, etc) {{{3
2178 " NetRead: (ftp + <.netrc>) NetRead Method #2 {{{3
2179 elseif b:netrw_method == 2 " read with ftp + <.netrc>
2180 " call Decho("read via ftp+.netrc (method #2)",'~'.expand("<slnum>"))
2198 " If the result of the ftp operation isn't blank, show an error message (tnx to Doug Claar)
2208 " needed when one sources a file in a nolbl setting window via ftp
2216 " NetRead: (ftp + machine,id,passwd,filename) NetRead Method #3 {{{3
2217 elseif b:netrw_method == 3 " read with ftp + machine, id, passwd, and fname
2219 " call Decho("read via ftp+mipf (method #3)",'~'.expand("<slnum>"))
2257 " perform ftp:
2258 " -i : turns off interactive prompting from ftp
2263 " If the result of the ftp operation isn't blank, show an error message (tnx to Doug Claar)
2391 let netrw_option= "ftp"
2509 echomsg ':Nwrite "machine path" uses ftp with <.netrc>'
2510 echomsg ':Nwrite "machine id password path" uses ftp'
2513 echomsg ':Nwrite ftp://machine[#port]/path uses ftp (autodetects <.netrc>)'
2549 " Determine method of write (ftp, rcp, etc) {{{4
2585 " NetWrite: (ftp + <.netrc>) NetWrite Method #2 {{{3
2587 " call Decho("write via ftp+.netrc (method #2)",'~'.expand("<slnum>"))
2612 " If the result of the ftp operation isn't blank, show an error message (tnx to Doug Claar)
2629 " NetWrite: (ftp + machine, id, passwd, filename) NetWrite Method #3 {{{3
2632 " call Decho("read via ftp+mipf (method #3)",'~'.expand("<slnum>"))
2673 " perform ftp:
2674 " -i : turns off interactive prompting from ftp
2679 " If the result of the ftp operation isn't blank, show an error message (tnx to Doug Claar)
2831 echomsg ':Nsource ftp://[user@]machine[:port]/path uses ftp autodetects <.netrc>'
3048 " 2: ftp + <.netrc>
3049 " 3: ftp + machine, id, password, and [path]filename
3059 " g:netrw_port = optional port number (for ftp)
3073 " curmachine used if protocol == ftp and no .netrc
3096 " mipf : a:machine a:id password filename Use ftp
3097 " mf : a:machine filename Use ftp + <.netrc> or g:netrw_uid s:netrw_passwd
3098 …" ftpurm : ftp://[user@]host[[#:]port]/filename Use ftp + <.netrc> or g:netrw_uid s:netrw_passwd
3105 " fetchurm : fetch://[user@]host[:http]/filename Use fetch (defaults to ftp, override for http)
3110 let ftpurm = '^ftp://\(\([^/]*\)@\)\=\([^/#:]\{-}\)\([#:]\d\+\)\=/\(.*\)$'
3168 " Methods 2,3: ftp://[user@]hostname[[:#]port]/...path-to-file {{{3
3170 " call Decho("ftp://...",'~'.expand("<slnum>"))
3182 call NetUserPass("ftp:".g:netrw_machine)
3197 call NetUserPass("ftp:".host)
3230 " Method#3: Issue an ftp : "machine id password [path/]filename" {{{3
3232 " call Decho("(ftp) host id pass file",'~'.expand("<slnum>"))
3240 " Method#3: Issue an ftp: "hostname [path/]filename" {{{3
3242 " call Decho("(ftp) host file",'~'.expand("<slnum>"))
3296 " retain port number as implicit for subsequent ftp operations
3316 " to handle extra junk that their system's ftp dumps
3319 " experience, win95's ftp always dumped four blank lines
3334 if method == 3 " ftp (no <.netrc>)
3347 " NetUserPass: set username and password for subsequent ftp transfer {{{2
3351 " :call NetUserPass("ftp:host") -- looks up userid and password using hup dictiona…
3386 if a:1 =~ '^ftp:'
3387 " get host from ftp:... url
3389 " call Decho("case a:0=1: a:1<".a:1."> (get host from ftp:... url)",'~'.expand("<slnum>"))
3390 let host = substitute(a:1,'^ftp:','','')
6375 " Remote mkdir: using ftp+.netrc
6391 " Remote mkdir: using ftp + machine, id, passwd, and fname (ie. no .netrc)
8752 elseif a:tgt =~ '^ftp:'
8756 " handle uploading a list of files via ftp+.netrc
8789 " If the result of the ftp operation isn't blank, show an error message (tnx to Doug Claar)
8799 " upload with ftp + machine, id, passwd, and fname (ie. no .netrc)
8845 " perform ftp:
8846 " -i : turns off interactive prompting from ftp
8851 " If the result of the ftp operation isn't blank, show an error message (tnx to Doug Claar)
10127 " s:NetrwRemoteFtpCmd: unfortunately, not all ftp servers honor options for ls {{{2
10145 " WinXX ftp uses unix style input, so set ff to unix " {{{3
10157 " ftp + <.netrc>: Method #2
10166 " exe "NetrwKeepj ".w:netrw_bannercnt.',$g/^./call Decho("ftp#".line(".").": ".getline("."),''~''…
10177 " ftp + machine,id,passwd,filename: Method #3
10189 call NetUserPass("ftp:".host)
10211 " perform ftp:
10212 " -i : turns off interactive prompting from ftp
10216 " exe w:netrw_bannercnt.',$g/^./call Decho("ftp#".line(".").": ".getline("."),''~''.expand("<sln…
10220 " g/^./call Decho("SKIPPING ftp#".line(".").": ".getline("."),'~'.expand("<slnum>"))
10256 " ftp's listing doesn't seem to include ./ or ../ " {{{3
10288 if !executable("ftp")
10289 " call Decho("ftp is not executable",'~'.expand("<slnum>"))
10291 call netrw#ErrorMsg(s:ERROR,"this system doesn't support remote directory listing via ftp",18)
10319 if s:method == "ftp"
10320 " use ftp to get remote file listing {{{3
10321 " call Decho("use ftp to get remote file listing",'~'.expand("<slnum>"))
10322 let s:method = "ftp"
10373 if search('^\d\{2}-\d\{2}-\d\{2}\s','n') " M$ ftp site cleanup
10374 " call Decho("M$ ftp cleanup",'~'.expand("<slnum>"))
10377 else " normal ftp cleanup
10378 " call Decho("normal ftp cleanup",'~'.expand("<slnum>"))
10430 if s:method == "ftp"
10450 if search('^\d\{2}-\d\{2}-\d\{2}\s','n') " M$ ftp site cleanup
10451 " call Decho("M$ ftp site listing cleanup",'~'.expand("<slnum>"))
10454 " call Decho("normal ftp site listing cleanup: bannercnt=".w:netrw_bannercnt." line($)=".line("$…
10556 " call Decho("case ftp:",'~'.expand("<slnum>"))
11856 " settings. Affects when netrw is used to read/write a file using scp/ftp/etc.