C
C#13mo ago
0xHmacX

❔ Backup with .Net 6 ftp

I am making a desktop application in .net 6 that makes automatic backups to the server related to ftp. Are there any functions that .net 6 provides for me to carry out ftp operations? If there is, should I use it? Or would it make sense to use a 3rd party library?
3 Replies
Smiler
Smiler13mo ago
Are you looking to actually use the FTP protocol as in the classic version and not something like SFTP? Unless it has to specifically be FTP it's likely easier to do this over HTTP these days
NK
NK13mo ago
You could just shell it out to an existing backup system like rclone also…
Accord
Accord13mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
✅ ASP.NET Core Web API application crashes with no error message only in some environmentsI am working on a Web API project which runs fine in Docker and on a Windows machine, but crashes wi❔ Can anyone break down this one-line code for me?```builder.Services.AddHttpClient<CatalogueService>(catalogueClient => { catalogueClient.BaseAddress❔ how to use swagger in console application?I created simple console application and wrote this: ```cpp static internal class Program { statI never reach the return, and i dont know why?I have this Task: (Picture 1), which also calls two other Tasks (Picture 2 and Picture 3). However ❔ Multiple Read and write to an excel file simultaneously C#Team, Can multiple users read an excel file ( say which is stored in network ) and update the value❔ ✅ How do I start with unity?Please make it so simple, so i can get to understand! NOTE: IF I NEED TO LEARN SOMETHING BEFORE, THE❔ SQL query for multiple data objectsHello folks, Imagine i have a json array of json objects that i send to an API wich uses a SQL query❔ Why is there no colorCan i ask why some of my code isn't like turning blue or red or purple etc. Cuz i'm getting an errorSocket Exception when creating a UDP client, and i dont know why :(Hello everyone, i need help understanding why my code doesnt work. I wrote a client-server chatroom ❔ Help with Action syntax for event handler systemI am trying to add a basic event system to my program and would like the syntax to be something like