{"id":15597433,"url":"https://github.com/flagbug/flagftp","last_synced_at":"2025-03-19T09:31:24.707Z","repository":{"id":2460176,"uuid":"3432126","full_name":"flagbug/FlagFtp","owner":"flagbug","description":"FlagFtp is a FTP library for .NET, that supports various operations, such as retrieving file lists, write and read from/to files, retrieving file and directory infos, etc...","archived":false,"fork":false,"pushed_at":"2014-05-23T17:43:03.000Z","size":338,"stargazers_count":32,"open_issues_count":4,"forks_count":22,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-17T07:44:52.859Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flagbug.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-13T17:13:59.000Z","updated_at":"2023-08-08T09:32:55.000Z","dependencies_parsed_at":"2022-08-25T16:01:49.063Z","dependency_job_id":null,"html_url":"https://github.com/flagbug/FlagFtp","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagbug%2FFlagFtp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagbug%2FFlagFtp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagbug%2FFlagFtp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagbug%2FFlagFtp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flagbug","download_url":"https://codeload.github.com/flagbug/FlagFtp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244398782,"owners_count":20446454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T01:21:50.005Z","updated_at":"2025-03-19T09:31:23.980Z","avatar_url":"https://github.com/flagbug.png","language":"C#","readme":"# FlagFtp\n\n## Overview\n\nFlagFtp is an FTP library for .NET, that supports various operations, such as retrieving file lists, \nwrite and read from/to files, retrieving file and directory infos, etc...\n\n## NuGet\n\nFlagConsole is available via NuGet!\nhttp://www.nuget.org/List/Packages/FlagFtp\n\n## Example code\n\n*Retrieving a file list*\n\n```c#\n\nvar credential = new NetworkCredential(\"username\", \"password\");\n\nvar client = new FtpClient(credential);\n\nIEnumerable\u003cFtpFileInfo\u003e files = client.GetFiles(new Uri(\"ftp://yourserver/yourdirectory/\"));\n\nforeach(var file in files)\n{\n    Console.WriteLine(file.Name);\n    Console.WriteLine(file.Length);\n    Console.WriteLine(file.LastWriteTime);\n}\n\n```\n    \n**Projects that use this library:**\n\n- [FlagSync](http://github.com/flagbug/FlagSync)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflagbug%2Fflagftp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflagbug%2Fflagftp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflagbug%2Fflagftp/lists"}