Thread: FTP upload

  1. #1
    Registered User
    Join Date
    Apr 2011
    Posts
    1

    FTP upload

    Hi,

    I'm trying to make an app that will upload files on a ftp server but I keep getting this error 550 Can't change directory to (dir name): No such file or directory. I've checked the path and it's good.

    Can someone tell me how to correct this ? I've tested my code on a local server and it works. What am I missing ?

  2. #2
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853
    Post some code. The error seems straightforward, it cannot find that folder.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Trying to upload a LIB
    By abachler in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 11-06-2007, 01:14 AM
  2. Upload data from .txt into std::set
    By IndioDoido in forum C++ Programming
    Replies: 9
    Last Post: 11-02-2007, 08:41 PM
  3. FTP Upload
    By Smoose777 in forum C# Programming
    Replies: 1
    Last Post: 08-13-2002, 05:58 PM
  4. using the upload
    By iain in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 08-19-2001, 11:03 AM