how to download file using wpf ? [FTP]
I will implement Ftp Client, but i don't know how to download Files like csv files and If filedownload is stop by any issue like socket disconnect, then after issue resolved, the ftp client can Continuosly download from stop point,
is there any matierial or tutorial?
Im using dotnet 8.0 wpf, not dotnet Framework (I know dot net 8.0 is not supported Ftp library right? but I have to making ftp client using dot net 8.0
4 Replies
WPF is only a GUI framework, it doesnt concern itself at all with downloading files. Thats 100% up to you and your FTP client implementation.
I'm sure there is at least one readymade FTP client library for modern .NET
WinSCP .NET Assembly Examples :: WinSCP
WinSCP is a free file manager for Windows supporting FTP, SFTP, S3 and WebDAV.
Thanks your reply , I try myself ftp client!
thanks your share!