After all we need to give Access permissions(read, write and create) to everyone and desired port number. Working good. - vptech
vptech19
Posts
-
How to configure windows media server to push stream from encoder -
How to configure windows media server to push stream from encoderHi all, I have an encoder, anybody knows how to configure in Windows Media Server to accept the video stream pushed from the Encoder. -vptech
-
how to configure windows media server to push stream from encoderHi all, I have an encoder, anybody knows how to configure in Windows Media Server to accept the video stream pushed from the Encoder. -vptech
-
does windows XP supports MIB-II(SNMP) by default ?After few research found that the answer as Yes.
-
does windows XP supports MIB-II(SNMP) by default ?all, i have a very basic question "does windows XP supports snmp MIB-II by default?" thanks vptech
-
[Message Deleted]I understood. Any way apologize me, i did that by mistake...
-
[Message Deleted]Extremely sorry. By mistake i deleted the message.
-
how to configure FTP configurations in Windows XP Embedded Operating SystemFound that the same FTP configuration instructions can be followed for Windows XP Embedded OS also. -vp
-
how to configure FTP configurations in Windows XP Embedded Operating SystemAny body got any idea about how to configure the FTP configurations in Windows XP Embedded operation system? I tried in Windows XP Professional edition, it works fine for me. But i don't know where to configure them for XP embedded OS.
-
what is the standard way to give file name in FtpOpenFile() [modified]Yes, you are correct. Now upload and download both works fine. Thanks a lot Mark, David and all. -vp
-
[Message Deleted][Message Deleted]
-
what is the standard way to give file name in FtpOpenFile() [modified]I missed out some FTP configurations in Destination m/c, so now the FtpOpenFile() works fine. The FtpGetFile() throws 12110(ERROR_FTP_TRANSFER_IN_PROGRESS) error. Do i need to include some kind of delay after FtpOpenFile()?. To debug this i tried to login thro FTP to the source m/c(other m/c) - it is success. But i wan not able to login thro FTP to my m/c from the source m/c. I feel this may causing the problem. Do i need to set any configurations anything else mentioned in "https://engineering.purdue.edu/ECN/Support/KB/Docs/FTPSetUpWindows" and "http://articles.techrepublic.com.com/5100-6345-5031102.html".
-
what is the standard way to give file name in FtpOpenFile() [modified]it is didn't work. if i use InternetGetLastResponseInfo() & ran the program means, it breaks the code. But FtpOpenFile() returns the error code as 6 now. where can i refer the error codes?
-
what is the standard way to give file name in FtpOpenFile() [modified]Tried as InternetGetLastResponseInfo(lpdwError, lpszBuffer, lpdwBufferLength); cout<<lpszBuffer; if this is correct, it have 00394BD8.
-
what is the standard way to give file name in FtpOpenFile() [modified]it returns 12003. Please note that the user name i am logging have all the rights.
modified on Thursday, February 07, 2008 10:47:15 AM
-
what is the standard way to give file name in FtpOpenFile() [modified]this is also didn't work out.:confused:
-
what is the standard way to give file name in FtpOpenFile() [modified][Message Deleted]
-
what is the standard way to give file name in FtpOpenFile() [modified]i need to get a file from windows XP machine to my XP desktop, in both machines IIS services running. I have no error in InternetConnect(), InternetOpen(). But FtpOpenFile() fails and returns "file unavailable error". Following is the code i did in FtpOpenFile, FtpOpenFile(hConnect, TEXT("C:/good.txt"), GENERIC_READ, FTP_TRANSFER_TYPE_BINARY, NULL); Anybody have any idea to overcome this. Somebody respond ASAP please.
modified on Thursday, February 07, 2008 7:47:52 AM
-
Unresolved external reference error in InternetOpen() - C++Yes. i get rid of that issue. Thanks a lot to all of you.
-
may i use InternetOpen in windows XPThanks Dave, anyway if you came to know solution for this, kindly let me know.