rclone/fs/config
Nick Craig-Wood 144c1a04d4 fs: Fix parsing of paths under Windows - fixes #2353
Before this copyto would parse windows paths incorrectly.

This change moves the parsing code into fspath and makes sure
fspath.Split calls fspath.Parse which does the parsing correctly for

This also renames fspath.RemoteParse to fspath.Parse for consistency
2018-07-06 23:16:43 +01:00
..
configflags Implement --max-transfer flag to quit transferring at a limit #1655 2018-05-05 12:58:28 +01:00
flags Add a delete threshold to sync (--max-delete) 2018-02-12 11:29:58 +00:00
obscure config: factor Obscure and Reveal into its own package 2018-01-18 20:19:55 +00:00
testdata Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
config_other.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
config_read_password_unsupported.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
config_read_password.go config: fix error reading password from piped input - fixes #1308 2018-06-28 11:54:15 +01:00
config_test.go config: Improve the Provider matching to have a negated match #2140 2018-04-13 16:06:37 +01:00
config_unix.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
config.go fs: Fix parsing of paths under Windows - fixes #2353 2018-07-06 23:16:43 +01:00