Skip to content

Commit

Permalink
delete old open series api
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrodricks committed Feb 6, 2022
1 parent 4dfab36 commit a54911e
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 560 deletions.
56 changes: 0 additions & 56 deletions FluentFTP.CSharpExamples/OpenAppend.cs

This file was deleted.

56 changes: 0 additions & 56 deletions FluentFTP.CSharpExamples/OpenRead.cs

This file was deleted.

44 changes: 0 additions & 44 deletions FluentFTP.CSharpExamples/OpenWrite.cs

This file was deleted.

2 changes: 1 addition & 1 deletion FluentFTP.Tests/Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ public void TestReset() {
using (var cl = NewFtpClient()) {
cl.Connect();

using (var istream = cl.OpenRead("LICENSE.TXT", 10)) {
using (var istream = cl.OpenRead("LICENSE.TXT", FtpDataType.Binary, 10)) {
}
}
}
Expand Down
55 changes: 0 additions & 55 deletions FluentFTP.VBExamples/OpenAppend.vb

This file was deleted.

55 changes: 0 additions & 55 deletions FluentFTP.VBExamples/OpenRead.vb

This file was deleted.

43 changes: 0 additions & 43 deletions FluentFTP.VBExamples/OpenWrite.vb

This file was deleted.

3 changes: 0 additions & 3 deletions FluentFTP.VBExamples/VBExamples.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@
<Compile Include="GetModifiedTime.vb" />
<Compile Include="GetNameListing.vb" />
<Compile Include="GetWorkingDirectory.vb" />
<Compile Include="OpenAppend.vb" />
<Compile Include="OpenRead.vb" />
<Compile Include="OpenWrite.vb" />
<Compile Include="Rename.vb" />
<Compile Include="SetWorkingDirectory.vb" />
<Compile Include="UploadDirectory.vb" />
Expand Down
Loading

0 comments on commit a54911e

Please sign in to comment.