Quantcast
Channel: Accessing file from FTP in VB.NET - The remote server returned an error: (550) File unavailable (e.g., file not found, no access) - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by J.Salas for Accessing file from FTP in VB.NET - The remote server...

OK then you problem is that the file exists in destination.What happens when there is a name collision depends on the server (MS, Filezilla, ...), no common way to deal with it to everyone of them, so...

View Article


Accessing file from FTP in VB.NET - The remote server returned an error:...

I am trying to use FTPWebRequest Rename method, below is my code snippet. Dim str1 As String = "ftp://slsdevvs01.am.cdkgroup.net/%2fDataTrans/%2f" Dim str2 As String = "Archive/Outbound/" Dim str3 As...

View Article
Browsing all 2 articles
Browse latest View live