473,396 Members | 1,996 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

[Allen R. Cha] I'm developing FTP Client. but i have a problem. plsease help me.

I'm developing FTP Client. but i have a problem.

System Env. :
Server : wow linux, kernel ver 2.4.x
client : Windows XP Home edition.

I'm developing FTP Client Application. but I got error message "550 no
such file or directory".
But i absolutly watch file i want to get in server.
I don't know why... so i'm sad.

there is success in network comunicaton between same client program
and kernel ver 2.2.x.

welcome to any answer.
please help me.
Jul 22 '05 #1
2 1662
Allen R. Cha wrote:
I'm developing FTP Client. but i have a problem.

System Env. :
Server : wow linux, kernel ver 2.4.x
client : Windows XP Home edition.

I'm developing FTP Client Application. but I got error message "550 no
such file or directory".
So, the server tells you that there is no file with the name you provide.
But i absolutly watch file i want to get in server.
You absolutely watch? You mean, you know it's there, right? Make sure
that the name you see on your screen is the same your program sends to
the server.
I don't know why... so i'm sad.
The only reason is that the file name you send is really not the one that
designates the file.

there is success in network comunicaton between same client program
and kernel ver 2.2.x.


I'd say so, if you get a response from the server...

Have you tried debugging your program? Well, I guess not.

Your problem _may_ be a C++ programming issue (like confusing '/' and '\')
but since you provided no code, there is no way to say for sure. It is
more likely an operator mistake (typing the file name wrong or something
like that), in which case, keep on trying.

If you want more help, start with reading the Welcome message, then the
FAQ, then if you don't find the answers there, post again while following
the posting guidelines expressed in the Welcome message and in the FAQ.

V
Jul 22 '05 #2
"Victor Bazarov" <v.********@comAcast.net> wrote in message
news:94QHd.37014>
Your problem _may_ be a C++ programming issue (like confusing '/' and '\')
but since you provided no code, there is no way to say for sure. It is
more likely an operator mistake (typing the file name wrong or something
like that), in which case, keep on trying.


Other things to consider:

- The string containing your file name might not be properly terminated.

- Your OS file system might have case sensitive file names which
your code doesn't consider.

- Your program might not have suffient 'access permission' from the OS

-Mike
Jul 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Wole | last post by:
I'm working on a project that requires a Web client with a graphical user interface. The client would run in a Web browser. When a user clicks a button in the client application a message is sent...
1
by: Robin Powers | last post by:
PROCESS CONTROLS/VISUAL BASIC PROGRAMMERS SALARY: TO $100,000 LOCATION: LOS ANGELES AREA Our Client has recently acquired process automation systems used to monitor and control their...
1
by: KathyB | last post by:
Kirk, The other day you very kindly explained how the client/server thing works. May I ask just one more question? Could you give me an example of what code I would put in the client html to...
3
by: william | last post by:
Hi, I have a dropdownlist control and a few textbox on my web form. How can I update those textbox content when user select item from dropdownlist control? I really want to do this on client...
6
by: VMI | last post by:
A client asked me to develop a site similar to http://www.luispachecorg.com and I don't know how much I should charge for it. The site will have about 6 pages, and one of the pages will include a...
23
by: Louly | last post by:
Hi everybody, I'm a 22 yrs old girl. I've been developing a Database for 6 months no using Access. A week ago I had this feeling that I'm wasting my time in Access. I don't think it's wise to...
7
by: Swinky | last post by:
Mr. Browne's copy code on his web site has saved me. I have been struggling to copy a record with several related sub-form tables. I found code on his web site that copies a sub-form table,...
3
by: Photobug | last post by:
I have downloaded Allen Browne's function TableInfo() and am getting a ByRef Type Mismatch error when I try to execute it. I don't know if it is a reference problem or not, but my references for...
6
by: =?Utf-8?B?Sm9l?= | last post by:
Hello, I have 10 years of experience working as a Webmaster. For about an year I worked on a 3-tier ASP application which gave me a good experience with SQL Server (Stored procedures) and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.