Upload means sending of data from a local system to a remote system such as a server or another client with the intent that the remote system should store a copy of the data being transferred.
Questions tagged [upload]
340 questions
3
votes
2 answers
How to upload to WebDAV using a web browser?
I've setup and configured webdav on debian using the following tutorial:
http://www.unix-tutorials.com/go.php?id=3711
I want to be able to download and upload files to the webdav share using a web browser. I can download and upload files to the…

caleban
- 1,116
- 5
- 18
- 34
3
votes
4 answers
Resume upload Big files FTP
I have a FTP server but I would like to use the resume option to restart an upload in case the connection is lost.
Can FTP do this?
If not is there a file transfer protocol that allows to do such a thing..?
Thanks!

Necronet
- 283
- 2
- 5
- 17
3
votes
4 answers
Uploading files to EC2 Windows instance
I've created an instance of a Windows Server 2008 AMI at Amazon EC2. I now need to upload some installation files to it.
One way to do this would be to activate the FTP server in Windows, set up an account and use that to upload files.
Is there a…

nitramk
- 203
- 1
- 3
- 6
3
votes
3 answers
How do I upload large (30MB) files via a web interface?
Because I'm stumped...
The client needs to be able to upload large images to a library but the upload fails after 5-6MB (over my poor connection). It seems to be timing out as the filesize at fail isn't consistent.
The setup is a form which is…

Dan
- 488
- 1
- 3
- 16
3
votes
2 answers
Error uploading large files (>2gb) through nginx reverse proxy to container
I am running an application in a docker container (https://github.com/filebrowser/filebrowser/) that I am trying to upload very large (>2) GB files to. The container exposes the app on a nonstandard port on localhost which I connect to through a…

BigRed3.14159
- 31
- 1
- 4
3
votes
0 answers
Why does setting NFS sync option for AWS EFS cause nginx/Chrome to chunk or break a file upload?
Question: Why does an NFS mount using the sync option cause nginx and/or Chrome (and only Chrome; not Safari, Firefox, Edge or curl) to chunk or restart the file upload?
Some background:
I have nginx in front of a server cluster. We added file…

jaygooby
- 314
- 1
- 2
- 13
2
votes
2 answers
Secure Windows to Linux file upload
I am looking for a way to do a bulk upload of a list of media files from a remote windows machine to a Linux server.
The files should be encrypted before sending so I am looking at either SCP or SFTP.
The files are uploaded to a public web directory…
user29254
2
votes
2 answers
Data take on with Drupal 6
We are migrating our current intranet to Drupal 6 and there is a lot of data within the current system which can be classified into:
List data, general lists of fields. Common use is phone list of the employees phone numbers.
Document repository.…

Robert MacLean
- 2,186
- 6
- 28
- 45
2
votes
0 answers
apache 2.4.10 times on file upload. RequestReadTimeout does not increase time
Versions: Apache/2.4.10 (Raspbian) PHP/5.6.30-0+deb8u1 OpenSSL/1.0.1t
From linux console, testing the ssl timeout:
time openssl s_client -connect x.y.z:443
...
Start Time: 1504204638
Timeout : 300 (sec)
Verify return code: 0…

CqC
- 21
- 3
2
votes
0 answers
Samba upload files only. View, edit or delete prohibited
Like in the title, I want to get folder on my samba server, which allow anyone (guest, user nevermind) to upload files. Than files should be invisible for any other than host.
The best would be option with prohibiting users and guests from…

user391773
- 21
- 4
2
votes
1 answer
Is it possible to upload files directly to Amazon S3 and edit them?
I'm facing this problem, I wish to let users to upload their files directly to my bucket on Amazon S3. This step can be accomplished easily like described here.
But what if I need to edit each file with FFMPEG?
Eg.
shell_exec('ffmpeg -i /sample.wav…

NineCattoRules
- 179
- 1
- 3
- 15
2
votes
1 answer
How do I set the default umask in apache?
I need to set the default umask in apache on fedora so that my uploaded files have permissions 644 which are set to 600 by default in spite of doing chmod( $uploaded_file , 0644 ); in php script.
Can someone provide some direction...?

rrh
- 139
- 2
- 7
2
votes
5 answers
ssh access without password
I know that it is possible to ssh to another server without a password if authentication keys are set on both the servers. But I will like to know if it is possible to allow users from any IP (known/unknown) to have password-free ssh access to a…

shantanuo
- 3,579
- 8
- 49
- 66
2
votes
3 answers
FTP file transfer hangs and times out
I have an issue with file upload via FTP. I can successfuly list the directories, but when I try to upload a file, let's say ".htaccess", it hangs for about 20 seconds on STOR .htacess, and then throws a timeout. It retries several times but always…

Nicolas
- 191
- 1
- 2
- 5
2
votes
1 answer
utf-8 filename are ruined when uploading through IIS
When I upload files with UFT-8 file name through IIS on my Windows Server file names are ruined. (They are changed as if they are encoded in ASCII and therefore they are no more accessible). I Wonder if there is any work around for this problem.
I…

omidrezav
- 21
- 3