Zip file is still available for download even file is deleted at server folder - caching

I have config a application reference to download folder in IIS 7 (Window server 2008) to allow user download zip file. But when I delete or update file, the user still download this file at this time it has not been deleted or modified.
Any body meet the same situation with me? Please help me out.

I've found out a solution for this question. Very easy, just add "?v=" to the end of download link.

Related

VScode: how to setup for local edit and ftp-deplyment

I used to use Dreamweaver. I've a huge Classic ASP website. I edit the files on my local system, and when done, I can upload the file(s) via ftp to the remote webserver. Now, I try to switch to VSCode. I've installed ftp-simple, ftp-sync and deploy. But can't find the set-up to get a Dreamweaver like behaviour. Eg, I have to locate for each file I want to upload/deploy, the exact location in the remote file tree.
I really feel like deploy deserves more attention. I spent the past 4 days or so to find an extension that does just that. Auto-upload to an ftp-folder from a local folder. I wanted to make git work for my website, but couldn't get that to work on the server with ftp-simple or ftp-sync because those extensions only download the opened files or open in a different temporary folder each time. I set up deploy now and got exactly what I wanted thanks to your tiny comment, thank you!
(I'm sorry if this post is too old to comment on, but I browsed Stack overflow for days to find this, so I thought it might help others in the future to point this out.)
it sounds like your just missing your mapping configuration. Most text editor FTP packages include a configuration file where you specify the server, your credentials, and the root folder of your ftp server. Have you specified this?

I downloaded my website files using filezilla from remote site to edit. But I can't locate it on my machine.

I had a few bugs in my code for a website and i need to download all the files of the website to my development machine for editing. I did so in Filezila by clicking on the root folder on the remote site and took the download option. It finished downloading but i couldn't locate it on the local machine.
I know my question may be stupid but please help cuz i am new to this?
Thanks
If you look at the bottom of the filezilla you have three tabs after the console log that is 1) Queued files 2) Failed transfer 3) Successful transfers
Again download the file and after download has complete click on Successful transfers option and there you would find the log and path where your files are downloaded.
Your download path appears here:

Visual Studio 2010 file could not be found in your workspace issue

I'm getting this message when connected to a TFS repository and trying to edit a local .sql file that's not yet in the repository.
The item C:\bla\blabla\blablabla\USP_BLA.sql could not be found in
your workspace, or you do not have permission to access it. No items
were checked out
If I disconnect from the TFS repository everything is fine. If I re-connect to the TFS repository I start getting the message, even just trying to type/save the file.
The file is actually there in my local folder and I have the corresponding permissions, for those who are thinking otherwise. It is just a text file that I should be able to edit irrespective of whether I'm connected to the repository or not.
I got Windows SP1 installed on my Windows 7 this morning; don't know if that could be the cause of the issue. We are using the.NET Framework 4.
Any idea of what the issue is or how to resolve it?
It turns out the issue was with one of the "facts" in my question, "file that's not yet in the repository".
A file with the same file name I had locally was already there in the TFS repository, it had been checked-in a month ago by someone else.
Only when I tried to check-in the new local copy I became aware of that; the file was not supposed to be there.
Anyway, after checking-out the file from TFS everything went back to normal; I'm able to edit/save the file without issues, even if connected to TFS.
Try to get the latest version of your source code It should resolve the issue..Or Get Specific Version and allow to overwrite existing files.If still does not resolve make sure the file is present on local directory.
Do not forget to rebuild after getting latest code

Create a separate download link in Github

My Github repository has the source code and a .exe file to be downloaded and installed on Windows.
Some of my clients are getting problems because they can't identify the installer on the zip file they download.
Is there a way to create an easy download link with only some specific files of the repo?
You may want to use the API from github
You could also create a website for your clients to mainly download your files.
http://develop.github.com/p/repo.html
Ok, I'm sorry. I just find it now.
So I'll post how I did it so other may find the answer too:
You just have to click on the .exe file and on the right side (a pretty small thing for me) you'll se the option "Raw" which if you click will download the file.
I guess I was a little precipitate.

How can I automatically upload files to my live Server?

I am using WAMP for my Local Server in Windows 7. I want to upload my files from a particular folder to my Live Server automatically. Is there any freeware software or anything that will serve my purpose.
Thanks in advance for helping me.
You can use WatchDirectory to scan your defined folder and upload only if the file is edited or new file is added to the folder. You can use this for 30 Days trial period.

Resources