How to dowload zip file from anonymous ftp server from AFNetworking ? (ftp://167.114.2.188/Quran/zipfiles/Alafasy/2.zip)
just copy paste your url into a browser or ftp-client: in case of this file it seems the server is overly busy, i get a timeout error on it. A good every purpose ftp-client is Filezilla from https://filezilla-project.org, it is open-source and free and always up to date and same for windows, linux, mac.
Related
Trying to build my first Datasnap application using delphi 10.4.2.
have Mariadb hosted by www.one.com.
i have watched all related youtube Lessons but all of them building the side sever on
localhost which is Windows.
how can i execute this file on the Real Server(which is not windows os) not localhost.
i'am freezed at this point.
2 :what is the best way to build Api's for Biggner in web developing using Delphi?
Thanks a lot
I've revisited my asp.net mvc core 2.0 web site after some 8 months and for some reason I cannot upload any dll files from my local published folder to the hosting server. I keep getting the following error...
"Copying files to remote side failed.
The process cannot access the file because it is being used by another process."
I get this error no matter which method I use, ftp or http.
What's changed in the last 8 months?
Please check list below:
Please ensure you have rights to access the file;
Please check if the FTP port is used by other applications;
Please check if the file is indeed used by other programs.
Please run process explorer and see what process is locking the file.
Also try:
Restarting your visual studio
Restarting your operating system.
Restarting target server or Web Server.
Please provide more information for more help
I'm trying to write code to download a folder from a FTP server. I looked at the support on gems for ftp downloading. So far, I see syncftp gem is updated most often. Do we have any other options for FTP gem similar to syncftp?
If not, can anyone show me how to download a whole folder from a ftp server connection. I'm able to establish FTP connection and get the list of files from it, but I don't know how to download the entire folder.
I have written a SOAP server and client to consume the services in Delphi XE2. The SOAP server executable is installed on a development Windows 8.1 PC running IIS and also a Windows 2003 Server (also IIS). Everything has been going ok except I have just added another service(method?) to my SOAP server and it won't show up in the WSDL after deploying the exe.
If I browse to the services executable (using firefox) e.g.
192.168.2.64:8080/mysoapservices/MySOAPServer.exe or 192.168.2.64:8080/mysoapservices/MySOAPServer.exe/SOAP/IASOAPServer
Then I can see the new method listed, but if I look at the WSDL
192.168.2.64:8080/mysoapservices/MySOAPServer.exe/WSDL/IASOAPServer
then it isn't in the XML definition. So, when I import the WSDL via Delphi/Component/Import WSDL it is missing my new method.
Does anyone know what I am doing wrong?
Why are you looking at ASOAPServer.exe instead of MySOAPServer.exe?
I built a Delphi-7 Windows Application which uses some web services. The application is built in such a way that it does not require run-time DLLs. When I deployed it on a Windows 2003 server it fails while calling the web service. It results in error "Access violation at address 00c05269. Write of address 00c05269". I believe the reasons is that it needs some package to be installed. Can anybody help me to figure that out?
TIA
Just a guess: If the client was built with D7, that runtime will AV on machines with DEP enabled. See the following link for more information:
groups.google.com/group/borland.public.delphi.webservices.soap/msg/b19f3c2681de50f4
You can disable DEP for just that client (or system-wide) on the Win 2003 machine to see if that's the issue:
technet.microsoft.com/en-us/library/cc738483(WS.10).aspx
And if it is, you can download a SOAP runtime fix from here:
http://cc.embarcadero.com/Item/24535
Cheers,
Bruneau
Some troubleshooting suggestions.
Can you browse to the web service from a web browser? If not, you have a connectivity problem.
If this works, I would build a bare bones client that consumes the web service and calls a couple of methods but doesn't read from or write to any external files.