Top "Temporary-files" questions

A (often short lived) file, automatically created for reasons like storing data that no longer fit into memory, for inter-process communication or to save state for possible crash recovery.

How to merge sorted files without using a temporary file?

I'm trying to merge many sorted files in a UNIX/Linux script with sort -m, and I noticed that sort …

unix sorting command-line temporary-files
How can I create a temporary file for writing in C++ on a Linux platform?

In C++, on Linux, how can I write a function to return a temporary filename that I can then open …

c++ linux temporary-files
Unable to generate a temporary class (result=1)

I have a c# executable that triggers the WCF webservice in the same server.It was working fine until it …

c# wcf temporary-files temporary-directory
File upload with WinSCP .NET/COM with temporary filenames

I am creating a small .NET application in C# to upload files to an FTP Server. I am using the .…

c# ftp temporary-files winscp-net
NoSuchFileException when using java.nio.file.Files.createTempDirectory

I have an issue when trying to create a temporary directory with java.nio.file.Files.createTempDirectory. I keep getting …

java io temporary-files java.nio.file nosuchfileexception
C# Best Practices: Writing "temporary" files for download: Place in applicaion's environment folder or temp folder

Basically, I'm wondering if there is a best practice when it comes to the following issue of downloading files, not …

c# temporary-files temporary-directory
Temp Files Asp.net

Is it possilbe to create temp files and images in asp.net applications using something like this: If no, how …

c# asp.net temporary-files