Closed zuiyu1998 closed 6 days ago
@21pages review and test please
Could ypu please remove pubspec.lock change?
ok
This PR only do one side? not both sides?
this is local to remote.
Could you finish both sides? It is weird to merge a PR which only finish half. :(
yes
please test remote to local on sendfiles。
if (emptyDirs.isEmpty) {
paths.add(item.path);
}
Transfer empty directory works without this. So it should be
if (emptyDirs.isEmpty) {
return;
}
if seleted items
has empty dir,we should create the dir.
Could ypu please remove pubspec.lock change?