Lines Matching refs:rcp
273 call s:NetrwInit("g:netrw_rcp_cmd" , "rcp")
296 \ && executable( $SystemRoot .'/system32/rcp.exe')
2080 echomsg ':Nread machine:path uses rcp'
2089 echomsg ':Nread rcp://[user@]machine/path uses rcp'
2127 " NetRead: Determine method of read (ftp, rcp, etc) {{{3
2152 " NetRead: (rcp) NetRead Method #1 {{{3
2153 if b:netrw_method == 1 " read with rcp
2154 " call Decho("read via rcp (method #1)",'~'.expand("<slnum>"))
2156 " ER: on Win2K" rcp machine[.user]:file tmpfile
2158 " ER: the tmpfile is full path: rcp sees C:\... as host C
2508 echomsg ':Nwrite machine:path uses rcp'
2514 echomsg ':Nwrite rcp://machine/path uses rcp'
2549 " Determine method of write (ftp, rcp, etc) {{{4
2565 " NetWrite: (rcp) NetWrite Method #1 {{{3
2567 " call Decho("write via rcp (method #1)",'~'.expand("<slnum>"))
2833 echomsg ':Nsource rcp://[user@]machine/path uses rcp'
3047 " b:netrw_method= 1: rcp
3099 " rcpurm : rcp://[user@]host/filename Use rcp
3100 " rcphf : [user@]host:filename Use rcp
3111 let rcpurm = '^rcp://\%(\([^/]*\)@\)\=\([^/]\{-}\)/\(.*\)$'
3123 " Method#1: rcp://user@hostname/...path-to-file {{{3
3125 " call Decho("rcp://...",'~'.expand("<slnum>"))
3261 " Method#1: Issue an rcp: hostname:filename" (this one should be last) {{{3
3263 " call Decho("(rcp) [user@]host:file) rcphf<".rcphf.">",'~'.expand("<slnum>"))