我已经使用wininet编写了上面的代码,将文件上传到ftp服务器。
代码有时会正常工作,它会将ViewModel
文件完全上传到服务器,但有时我会损坏RelativeSource
文件(即我只得到文件的某些部分)。为什么会出现这个问题?如何确保我获得完整的文件(没有任何丢失的文件数据)。
我在代码块中使用windows,gcc编译器。
<Button Height="20" Content="click" Command="{Binding DataContext.TestCommand, RelativeSource={RelativeSource FindAncestor, AncestorType=ListBox}}" CommandParameter="hello"/>