CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2003
    Posts
    60

    Unhappy File Upload into FTP Server

    I am try to upload pdf file into FTP Server using fileupload control in asp.net(vb.net).
    It's working fine in local system but it's not working if i access remotly(it's not working after published into server).If i choose local path like 'C:\000000017_1.pdf' i am getting following error:Could not find file 'C:\000000017_1.pdf'.
    If try to upload the file from ftp to ftp i am getting following error:'Invalid Username or bad password'.
    what could be the problem? please suggest me .....
    its very urgent .....

  2. #2
    Join Date
    Dec 2003
    Location
    Northern Ireland
    Posts
    1,362

    Re: File Upload into FTP Server

    Are you copying the file to the server before trying to ftp?
    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook


    0100 1101 0110 1001 0110 0011 0110 1000 0110 0001 0110 0101 0110 1100 0010 0000 0100 0101 0110 1100 0110 1100 0110 0101 0111 0010

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

Featured