❔ 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
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
You could just shell it out to an existing backup system like rclone also…
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.