Skip to content

Commit

Permalink
PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
RikuVirtanen committed Dec 21, 2023
1 parent 2c8addd commit bead50a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ internal void CreateDirectoryOnFTP(string subDir)
client.CreateDirectory(subDir);
}

internal bool FileExistsOnFTP(string subDir, string fileName)
{
return client.FileExists(subDir + "/" + fileName);
}

public void Dispose()
{
GC.SuppressFinalize(this);
Expand Down

0 comments on commit bead50a

Please sign in to comment.