Skip to content

Commit a265c05

Browse files
committed
Cleanup
1 parent 6ff4349 commit a265c05

File tree

6 files changed

+0
-10
lines changed

6 files changed

+0
-10
lines changed

samples/TestFtpServer.Shell/Commands/ContinueCommandHandler.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Copyright (c) Fubar Development Junker. All rights reserved.
33
// </copyright>
44

5-
using System;
65
using System.Collections.Generic;
76
using System.Linq;
87
using System.Threading;

src/FubarDev.FtpServer.Abstractions/FtpServerBuilderExtensions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using FubarDev.FtpServer.AccountManagement;
88
using FubarDev.FtpServer.AccountManagement.Directories.RootPerUser;
99
using FubarDev.FtpServer.AccountManagement.Directories.SingleRootWithoutHome;
10-
using FubarDev.FtpServer.ConnectionChecks;
1110
using FubarDev.FtpServer.FileSystem;
1211

1312
using Microsoft.Extensions.DependencyInjection;

src/FubarDev.FtpServer.FileSystem.Unix/UnixDirectoryEntry.cs

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
using System.Security.Claims;
66

7-
using FubarDev.FtpServer.AccountManagement;
8-
97
using Mono.Unix;
108

119
namespace FubarDev.FtpServer.FileSystem.Unix

src/FubarDev.FtpServer.FileSystem.Unix/UnixPermissionExtensions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
using System.Security.Claims;
66

7-
using FubarDev.FtpServer.AccountManagement;
87
using FubarDev.FtpServer.FileSystem.Generic;
98
namespace FubarDev.FtpServer.FileSystem.Unix
109
{

src/FubarDev.FtpServer/ConnectionHandlers/IFtpConnectionAdapter.cs

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// Copyright (c) Fubar Development Junker. All rights reserved.
33
// </copyright>
44

5-
using System.Threading;
6-
using System.Threading.Tasks;
7-
85
namespace FubarDev.FtpServer.ConnectionHandlers
96
{
107
/// <summary>

src/FubarDev.FtpServer/ServerCommandHandlers/CloseConnectionServerCommandHandler.cs

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
using FubarDev.FtpServer.Features;
99
using FubarDev.FtpServer.ServerCommands;
1010

11-
using Microsoft.Extensions.DependencyInjection;
12-
1311
namespace FubarDev.FtpServer.ServerCommandHandlers
1412
{
1513
/// <summary>

0 commit comments

Comments
 (0)