Re: FTP Vs Data stream
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Nash wrote:
I have 2 applications where each one can transfer files to each
other. The size of the file may be around 2-5kb. The applications are
already communicating through sockets. i would like to know is there
any advantage of sending the files through FTP?
FTP use sockets. I can not see any reason why putting a FTP
layer in over the socket should make the socket more efficient.
> if so is there any
inbuilt class in c# to implement FTP Server/Client.
Only client.
Arne
.
Relevant Pages
- RE: Screen Update via Separate App
... Use a TCP/IP socket. ... When a connection request comes in on that port, ... communications link between the two applications. ... (microsoft.public.access.forms) - Re: logging via SocketHandler and TCPserver
... monitoring app - ThreadingTCPServer target that Allows user to connect to ANY ... events from numerous applications in real time. ... pretty much the same as the version in the logging docs! ... I guess I was trying to not use up bandwidth/CPU cycles on the applications that weren't being actively monitored by just not having the socket server connected to them. ... (comp.lang.python) - Re: Nonblocking send. Is it a BUG in Windows Socket API?
... Most applications use small send blocks, ... > I have next problem with Windows Socket API. ... > Tested on Windows 2000, XP, 2003 and behaviour looks like a BUG. ... > Any call to sendor WSASendin nonblocking mode mostly finished ... (microsoft.public.win32.programmer.networks) - Re: /tmp files
... Bit Twister wrote: ... Yes, but you were wondering about /tmp files used by other applications, ... (konqueror, socket?), so I thought you would like to see the /tmp files ... (alt.os.linux) - Re: UDP recvmsg blocks after select(), 2.6 bug?
... > Could selecthave 2 different behaviors depending on wether the ... it can immediately return that the socket is ... For applications coded to POSIX, ... send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) |
|