• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/vim-55/runtime/autoload/

Lines Matching +refs:ftp +refs:Get

98   let g:netrw_ftp_cmd	= "ftp"
589 echomsg ':Nread "machine path" uses ftp with <.netrc>'
590 echomsg ':Nread "machine id password path" uses ftp'
593 echomsg ':Nread ftp://[user@]machine[:port]/path uses ftp autodetects <.netrc>'
633 " NetRead: Determine method of read (ftp, rcp, etc) {{{3
685 " NetRead: (ftp + <.netrc>) NetRead Method #2 {{{3
686 elseif b:netrw_method == 2 " read with ftp + <.netrc>
687 " call Decho("read via ftp+.netrc (method #2)")
707 " If the result of the ftp operation isn't blank, show an error message (tnx to Doug Claar)
717 " needed when one sources a file in a nolbl setting window via ftp
725 " NetRead: (ftp + machine,id,passwd,filename) NetRead Method #3 {{{3
726 elseif b:netrw_method == 3 " read with ftp + machine, id, passwd, and fname
728 " call Decho("read via ftp+mipf (method #3)")
762 " perform ftp:
763 " -i : turns off interactive prompting from ftp
769 " If the result of the ftp operation isn't blank, show an error message (tnx to Doug Claar)
893 let netrw_option= "ftp"
950 " NetWrite: Get Temporary Filename {{{3
1005 echomsg ':Nwrite "machine path" uses ftp with <.netrc>'
1006 echomsg ':Nwrite "machine id password path" uses ftp'
1009 echomsg ':Nwrite ftp://machine[#port]/path uses ftp (autodetects <.netrc>)'
1045 " Determine method of write (ftp, rcp, etc) {{{4
1082 " NetWrite: (ftp + <.netrc>) NetWrite Method #2 {{{3
1084 " call Decho("write via ftp+.netrc (method #2)")
1111 " If the result of the ftp operation isn't blank, show an error message (tnx to Doug Claar)
1128 " NetWrite: (ftp + machine, id, passwd, filename) NetWrite Method #3 {{{3
1131 " call Decho("read via ftp+mipf (method #3)")
1168 " perform ftp:
1169 " -i : turns off interactive prompting from ftp
1175 " If the result of the ftp operation isn't blank, show an error message (tnx to Doug Claar)
1320 echomsg ':Nsource ftp://[user@]machine[:port]/path uses ftp autodetects <.netrc>'
1464 " 2: ftp + <.netrc>
1465 " 3: ftp + machine, id, password, and [path]filename
1474 " g:netrw_port = optional port number (for ftp)
1480 " curmachine used if protocol == ftp and no .netrc
1496 " mipf : a:machine a:id password filename Use ftp
1497 " mf : a:machine filename Use ftp + <.netrc> or g:netrw_uid s:netrw_passwd
1498 " ftpurm : ftp://[user@]host[[#:]port]/filename Use ftp + <.netrc> or g:netrw_uid s:netrw_passwd
1505 " fetchurm : fetch://[user@]host[:http]/filename Use fetch (defaults to ftp, override for http)
1509 let ftpurm = '^ftp://\(\([^/@]\{-}\)@\)\=\([^/#:]\{-}\)\([#:]\d\+\)\=/\(.*\)$'
1565 " ftp://[user@]hostname[[:#]port]/...path-to-file
1567 " call Decho("ftp://...")
1604 " Issue an ftp : "machine id password [path/]filename"
1606 " call Decho("(ftp) host id pass file")
1613 " Issue an ftp: "hostname [path/]filename"
1615 " call Decho("(ftp) host file")
1677 " to handle extra junk that their system's ftp dumps
1680 " experience, win95's ftp always dumped four blank lines
1695 if method == 3 " ftp (no <.netrc>)
1708 " NetUserPass: set username and password for subsequent ftp transfer {{{2
3659 if dirname =~ '^scp:' || dirname =~ '^ftp:'
4260 call netrw#ErrorMsg(s:ERROR,"making directories via ftp not currently supported",68)
4263 call netrw#ErrorMsg(s:ERROR,"making directories via ftp not currently supported",68)
5373 " obtain file using ftp + .netrc
5374 " call Decho("obtain via ftp+.netrc (method #2)")
5403 " If the result of the ftp operation isn't blank, show an error message (tnx to Doug Claar)
5412 " obtain with ftp + machine, id, passwd, and fname (ie. no .netrc)
5413 " call Decho("obtain via ftp+mipf (method #3)")
5460 " perform ftp:
5461 " -i : turns off interactive prompting from ftp
5467 " If the result of the ftp operation isn't blank, show an error message (tnx to Doug Claar)
5661 elseif a:tgt =~ '^ftp:'
5665 " handle uploading a list of files via ftp+.netrc
5697 " If the result of the ftp operation isn't blank, show an error message (tnx to Doug Claar)
5707 " upload with ftp + machine, id, passwd, and fname (ie. no .netrc)
5749 " perform ftp:
5750 " -i : turns off interactive prompting from ftp
5756 " If the result of the ftp operation isn't blank, show an error message (tnx to Doug Claar)
6398 " call Decho("Get list of files - islocal=".a:islocal)
6548 if !executable("ftp")
6550 call netrw#ErrorMsg(s:ERROR,"this system doesn't support remote directory listing via ftp",18)
6576 if s:method == "ftp"
6577 " use ftp to get remote file listing
6578 " call Decho("use ftp to get remote file listing")
6579 let s:method = "ftp"
6616 if search('^\d\{2}-\d\{2}-\d\{2}\s','n') " M$ ftp site cleanup
6617 " call Decho("M$ ftp cleanup")
6620 else " normal ftp cleanup
6621 " call Decho("normal ftp cleanup")
6673 if s:method == "ftp"
6694 if search('^\d\{2}-\d\{2}-\d\{2}\s','n') " M$ ftp site cleanup
6695 " call Decho("M$ ftp site listing cleanup")
6698 " call Decho("normal ftp site listing cleanup: bannercnt=".w:netrw_bannercnt." line($)=".line("$"))
6793 " call Decho("case ftp:")
6879 " s:NetrwRemoteFtpCmd: unfortunately, not all ftp servers honor options for ls {{{2
6887 " because WinXX ftp uses unix style input
6899 " ftp + <.netrc>: Method #2
6908 " exe "keepjumps ".w:netrw_bannercnt.',$g/^./call Decho("ftp#".line(".").": ".getline("."))'
6919 " ftp + machine,id,passwd,filename: Method #3
6943 " perform ftp:
6944 " -i : turns off interactive prompting from ftp
6947 " exe w:netrw_bannercnt.',$g/^./call Decho("ftp#".line(".").": ".getline("."))'
6973 " ftp's listing doesn't seem to include ./ or ../