FTP and SFTP support - Multithreading and Long Path Name support

0
Hello there, We are looking to try your FTP and SFTP. Wanted to confirm two things: 1) Are we able to upload several files using FTP and SFTP in a multithreaded fashion. 2) Do FTP and SFTP support long path name? Our FTP and SFTP servers are windows.
 
asked 3/10/2021 7:13:56 PM
add a comment

1 Answers

0
1) For multithread fashion: YES. Please check out this topic: Control file transfer process and SftpClient, SftpMultipleThreadsTransferFiles and SftpTransferMultipleFiles sample projects for more details on how to handle these events. 2) FTP and SFTP with long path name, says, it depends mostly on the .NET framework and OS Support. - For .NET core: You don't need to do anything because it has long path flag for you. - For other, please refer to https://docs.microsoft.com/en-us/archive/blogs/jeremykuhne/net-4-6-2-and-long-paths-on-windows-10 for enabling long path support on your servers (OS Support needed)
 
answered 3/17/2021 7:17:55 AM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged sftp ultimate sftp ftp ultimate ftp ftp-expert or ask your own question.