Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
RikuVirtanen committed Dec 18, 2023
1 parent 5b7bc73 commit c335e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frends.FTP.ListFiles/Frends.FTP.ListFiles/ListFiles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class FTP
/// </summary>
/// <param name="input">Input parameters</param>
/// <param name="cancellationToken">Token to stop task. This is generated by Frends.</param>
/// <returns>Object { List&lt;ListObject&gt; Files { DateTime LastModified, string Name, string FullPath, long SizeBytes } }</returns>
/// <returns>Object { List Files [ ListObject { DateTime LastModified, string Name, string FullPath, long SizeBytes } ] }</returns>
public static async Task<Result> ListFiles([PropertyTab] Input input, CancellationToken cancellationToken)
{
if (string.IsNullOrWhiteSpace(input.Host)) throw new Exception("Host required.");
Expand Down

0 comments on commit c335e46

Please sign in to comment.