Results 1 to 4 of 4

Thread: [RESOLVED] FTP Upload error " Invalid URI: The format of the URI could not be determined. "

Threaded View

  1. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 2013
    Posts
    30

    Re: FTP Upload error " Invalid URI: The format of the URI could not be determined. "

    Yeah, it comes out as " 127.0.0.1/data " which is the first shared directory. I've gone through all my settings on fillezilla and my permissions on my os (to allow the user to have writes to do everything, write, read delete and create)

    EDIT: Oh wow, can't believe I've already made a silly mistake. I've change the root parameter to be " ftp://127.0.0.1 " instead as you have to specify the the protocol you are using first to make the URI valid (I'm being a moron!). However the next problem I run into is " The remote server returned an error: (550) File unavailable (e.g., file not found, no access). " on this line of code:

    Code:
      Dim requestStream As Stream = ftpRequest.GetRequestStream()

    EDIT 2:

    Ok, I've gotten it to work, you have to include the filename (e.g.blender_cube.obj) at the end of the file, I'll post the function and an example below.
    Last edited by VintageCoro; Apr 4th, 2013 at 08:09 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width