Filetransfer client/server Programming Software Development by ctrl-alt-del … is simple enough, and I would like to have the filetransfer operate on a different thread so it will not interrupt… Eclipse, Aptana, RadRails installation help on centos Programming Web Development by brynFlew …repository found containing: osgi.bundle,org.eclipse.ecf.filetransfer.source,4.0.0.201110251336 No repository found… containing: osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient.source,4.0.0.201110251336 No repository… containing: osgi.bundle,org.eclipse.ecf.provider.filetransfer.source,3.1.0.201110251336 No repository found… FindFirst / FindNext problem Programming Software Development by Thew …. To do this, I use this function: [CODE] procedure TForm2.FileTransfer(const PathName, FileName, RemotePath : string; const InDir : boolean); var Rec… (Rec.Name <> '.') AND (Rec.Name <> '..') then FileTransfer(Path + Rec.Name + '/',FileName,RemotePath,InDir) else if (Rec.Name… cannot access microsoft.com etal. Hardware and Software Information Security by jmjjmj1 …-7FEF-4F68-8091-B800ECF54C9F} (DST HTTP Download Control) - [url]https://filetransfer.financialtrans.com/fanmail/prod/dsthttpdl.cab[/url] O16 - DPF: {6A344D34… My Windows explorer keeps closing....pls help Hardware and Software Information Security by Dave34343 …\..\Run: [FileTransferForMobileGo] C:\Program Files (x86)\Wondershare\MobileGo for Android\FileTransfer.exe O4 - HKLM\..\Run: [Wondershare Helper Compact.exe] C:\Program… phonegap/cordova: $_files is empty in image upload Programming Mobile Development by md.Rayad …: "close" }; // Transfer picture to server var ft = new FileTransfer(); ft.upload(imageURI, server, function(r) { document.getElementById('camera_status').innerHTML… Re: Downloading files from web address' Programming Software Development by SpS Internet File Downloading Function [URL="http://www.daniweb.com/forums/Internet%20File%20Downloading%20Function"]http://www.codeguru.com/cpp/i-n/internet/filetransfer/article.php/c3399/ [/URL] Re: How to bind extension of file to application? Hardware and Software Linux and Unix by TylerD75 … MimeType=application/x-bittorrent;x-scheme-handler/magnet; Categories=Network;FileTransfer;P2P; X-Ubuntu-Gettext-Domain=MagnetClient X-AppInstall-Keywords=torrent… Re: Filetransfer client/server Programming Software Development by Diamonddrake That depends on where you are trying to send it, and how much of it will be sent. if the data is not that large you could easily find a server somewhere and write a asp page that will take some data and send it in an email, then the app can just post data to that and it will email to you or whoever. just that simple. now if the data is large, … Re: Filetransfer client/server Programming Software Development by ctrl-alt-del Well, the datasize isn't known beforehand. but will be between 1kb and 50kb, and concerns only a single .txt file (which is then slightly modified serverside, and then either appended to a file, or the start of a new file) I do much prefer the TCPserver class by the sound of it. What might be things to look out for though? Any hidden traps I … Re: Filetransfer client/server Programming Software Development by Diamonddrake If you are on a local network its super simple, but if you intend to go across the internet between server and client. Any router's that the server is behind will have to be configured to forward the selected port to the intended server PC's IP. (but that's obvious) easy to overlook though. its also important to choose a port that isn't used by … Re: Filetransfer client/server Programming Software Development by ctrl-alt-del I'd like to send the data over the internet towards a server I manage. I thought about using DynDNS so I could just forward all required data to the server itself. Since I only require one-way traffic at the moment, that should be enough right? Related question: Can I use a URL, or do I have to query the DynDNS address to find it's IP? And if the … Re: Filetransfer client/server Programming Software Development by Diamonddrake +The Client/server concept is this. The Client is whoever starts the contact between machines. the server is the one waiting to be contacted. after the connection is made. technically they can be treated exactly the same either end. +you should be able to use the URL. The internet connection of the user contains a dns server that will resolve the … Re: Eclipse, Aptana, RadRails installation help on centos Programming Web Development by Taywin It looks like you are missing libraries for it to compile... Did you follow the prerequisites on their [guide](http://www.aptana.com/products/studio3/getting_started)? Re: FindFirst / FindNext problem Programming Software Development by Micheus [B]Thew[/B], try to add [I]faDirectory[/I] to file attribute search param: [I]if ALWinInetFTPClient11.FindFirst(Path + FileName, [B][COLOR="Red"]faDirectory or[/COLOR][/B] faAnyFile, Rec) = 0 then[/I] Bye Re: FindFirst / FindNext problem Programming Software Development by Thew I've already tried to fix this problem and now I know what was wrong. FindFirst and FindNext are allowed in AlWinInetFTPClient, but you cannot use this to explore subdirectories, because you can have just one instance opened. And another problem could be, if you have your own ftp server, and you're experiencing problems with connecting to this … Re: cannot access microsoft.com etal. Hardware and Software Information Security by jholland1964 Hello and welcome to daniweb, sorry it has taken so long for you to receive a reply. Can you give us a more detailed explanation of what happens, when and how? We also ask that you begin by reading and doing the steps laid out in this link [url]http://www.daniweb.com/forums/thread134865.html[/url] and then post back here with the requested logs… Re: My Windows explorer keeps closing....pls help Hardware and Software Information Security by rubberman Given the missing system files, I think your system has been infected with some trojan/virus/malware. What is your normal A/V program? And is it active? Re: My Windows explorer keeps closing....pls help Hardware and Software Information Security by rproffitt While (missing) items in Hijackthis logs have prior discussions I spotted more than one Antivirus. I see AVG and Quick Heal something. Make up your mind on that. Also, there is a long long outstanding issue where Windows Explorer can crash if you place a corrupt JPEG, AVI or other media file in a folder. I was in Redmond and wanted to ask MSFT … Re: phonegap/cordova: $_files is empty in image upload Programming Mobile Development by cereal Hi, have you tried the **web developer console** integrated in your browser (Mozilla Firefox, Chrome, Chromium) to see if the javascript code is raising some errors? Can you provide a live example? Besides, test your script with a simple HTML form, you will see there are at least few issues: ### _Issue 1_ move_uploaded_file($… Re: phonegap/cordova: $_files is empty in image upload Programming Mobile Development by md.Rayad thanks for your answer. I am fixing all the issues mentioned by you. I am testing it in mobile. $_files is empty. i am not sure why it is empty. Any comment on this. Re: phonegap/cordova: $_files is empty in image upload Programming Mobile Development by md.Rayad fixed all the things as advised but i am still getting array(0) . Re: phonegap/cordova: $_files is empty in image upload Programming Mobile Development by md.Rayad Guys, Finally after 7 days i fixed the issue. Actually i was very stupid. You will laugh on me. The url i had given was http://sample.com/upload_img.php i just need to add www in the url. So, working URL is http://www/sample.com/upload_img.php. It fixed the issue. I hope someone else will get the help from it.