I have an ftp where my files are store there,
I tried to find manuals that will explain how to connect the ftp to Webstorm,but with not much luck.
so I'm looking for referrals for this,
thanks.
Use Create Project from Existing Files on the Welcome Screen or from the File menu.
Related
NEWBIE here... Trying to add an Intro file. I think I understand the scripting, I just don't know where physically to locate the file. All the documentation I see just has a slash then a filename. Should it reside in the root directory of IceCast, on a public website or just somewhere on the host PC?
Thanks for any assistance!
I've created a web application that runs a web service (WCF). The source code is long gone but I just checked that the app itself is still up and running. Given that I have the address to the service (something.azurewebsites.com) and the name of one of the methods exposed (parameterless Ping), how can I learn the location of the WSDL file?
As far I recall, I've exposed it the most common way, the publish file fetched from the suggestion on Azure portal. I'd like to just call the method Ping to verify something, so rebuilding a whole new service seems a bit overkill.
Suggestions on what the exact URL might be? Alternatively, suggestions on a tool to sniff that up?
Go to the Azure portal and find the FTP address for your "something.azurewebsite.net". Then use an FTP program to connect to the server and browse the files. This way you might be able to find the ".svc" file. For that matter, you might be able to download all of your code and use a tool like Reflector to view the .Net compiled code.
There's a good answer to this question on SO. The link to the help guide references downloadable source code under "How to obtain the sample code". It references the ftp location
sgigate.sgi.com
But FileZilla gives me error "Could not connect to server" and the URL does not respond to ping.
Does anyone know where I can download this code or if the site is coming back up? I do not see any contact information on the site.
I suspect these are probably what you're looking for.
I'm using libcurl to open/save a remote file and parse html files and everything is going great.
I was wondering if it's possible to use c++ and curl to login to a website (not a ssl one) and from there maybe manipulate the html that is generated?
I would love to do that within my executable (not to use php).
Thanks in advance.
I figured there is a way if anyone stumbles upon this. there's an example here:
http://www.hackthissite.org/articles/read/1078
the website has a some what black hat approach but the example provided was useful.
I have a questions, and I would love you to try to answer it.
Is it possible to get the list of files from a remote folder in java, knowing just the URL???
for example:
http://localhost/img get all the images names in this directory.
Thanks in advance
When you are talking about a remote folder, it depends on how you are accessing it.
If it is via a network share, such as \localhost\mypath AND you have access to browse the files, you will be able to do so, just like you would with a local directory.
However, if you are trying to browse a directory on a web server, the web server would have to give you directory browsing ability for you to work with it.