Hey,I'm trying to transfer/copy files from one webserver (www.website1.com) to another one (www.website2.com) with a simple method. Whenever
I try to execute this method I get a 405 error "The remote server returned an error: (405) Method Not Allowed.". I've given the folder I whish to
transfer the files to enough rights, but I still can't get it to work.I call my method like this:
FileTransfer("http://www.website2.com/UPLOADS/", "username", "password", "http://www.website1.com/UPLOADS/file.txt) Private Sub FileTransfer(ByVal TargetURL As String< ...
Go to the complete details ...