Questions tagged [upload]

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.

340 questions
1
vote
3 answers

500 Internal Server Error when uploading large files to MediaWiki

When I upload a large (>245 Mb) file to my MediaWiki wiki (using Upload file, same as for images), I see: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. This is a…
1
vote
2 answers

How to Change FTP time out with SSH

I'm trying to upload (transfer) a 35GB file to a linux server through SFTP (filezilla). After about 15 hours and 8% progress, I got an error on filezilla saying "Connection timed out". How can I change or disable the ftp timeout?
arcov5
  • 13
  • 1
  • 3
1
vote
1 answer

Best file transfer solution/product

we are looking at a commercial product for transferring files over web . the application should be able to : Should have APIs to Upload/Download files Should have APIs to notify feedback in terms of progress,success,failure Should have APIs to…
DEE
1
vote
3 answers

whats the best way to upload my php files to my server?

i want to upload my php files to my dedicated server, i was thinking what was the best way to do it. i know how to do it through ftp, but but i want to a php conference and people were telling me not do it through ftp, its bad for the files or…
Solomon Saleh
  • 193
  • 2
  • 9
1
vote
2 answers

How to upload via FTP (or alt.) to AWS S3?

A simple question about Amazon (AWS) S3 storage. Is there any other way to upload data to S3 apart from the web console interface? I have a huge amount of family photos and home videos split into hundreds of directories I would like to backup…
mr-euro
  • 848
  • 3
  • 14
  • 31
1
vote
2 answers

vsftpd seems to disreguard umask

I configured my vsftpd to allow virtual users to upload file. However I wanted all uploaded files to not be downloadable, thus depriving a potential attacker the usefulness of storing his nefarious files. So I put in my…
Chen Levy
  • 283
  • 3
  • 13
1
vote
5 answers

Need a web based file uploader

I have a RedHat server, running tomcat and a video streaming application ( Adobe FMS ). I have several dozens of users who would like to be able to upload their videos to this server. But I don't want to give them access, and even if I did some of…
jeph perro
  • 175
  • 1
  • 3
  • 10
1
vote
3 answers

Monitoring a device's download/upload usage on linksys router?

I have multiple computers and 2 PS3's all using the same linksys router(one wireless). Is there a way to log how much each device downloads/uploads for a give period of time? We still have download limits here in Belgium so I'm trying to see what…
Rakward
  • 111
  • 3
1
vote
2 answers

How to use max_post_size and upload_max_filesize in an Apache directive?

My users want to upload large files (50-100MB) in the CMS backend of a PHP web application. I could adjust the upload_max_filesize and post_max_size settings for PHP globally in this virtual host, but I'm afraid that would make Denial of Service…
Zilk
  • 351
  • 4
  • 9
1
vote
1 answer

How can I create a user account that only allows for uploads via sftp?

I currently have a website with an upload page. We have users who want to upload lots of data (gigabytes), and the website is proving to be fickle. As a result, we're considering letting the users have sftp access to upload data to a dropbox…
mmr
  • 369
  • 2
  • 6
  • 18
1
vote
2 answers

How can I do a large file upload using Sinatra, haml, nginx, and passenger?

I need to be able to allow a user to upload 30-60 mb files at a time. Right now, I'm solving the problem with a simple form post: %form{:action=>"/Upload",:method=>"post",:enctype=>"multipart/form-data"} - @theModelHash.each do |key,value| %br …
mmr
  • 369
  • 2
  • 6
  • 18
1
vote
1 answer

Node on Nginx - proxy_request_buffering off doesn't work with https? Super slow https image uploads

I have a node server running on nginx as a reverse proxy, which is supposed to handle image uploads. Its ssl cert and domain are configured through cloudflare. Aside from setting the proxy_pass to pass 443 requests to the node on localhost, I…
1
vote
1 answer

Weird upload speed in Debian

I have a SG VPS with roughly 1Gbps upload & download, and this is confirmed through speedtest-cli to multiple server, and my ISP's max download speed is 20Mbps However me and other users facing a very slow download speed (when downloading a file…
Owl
  • 111
  • 4
1
vote
2 answers

Using GCP interconnect with Bucket (Cloud Storage API)

I am trying to implement a hybrid workflow using local compute resource + Google Cloud Platform. The system works like a charm however we were getting terrible upload speeds and so that was the main hindrance in our pipeline (approx 300GB data /…
DUDANF
  • 11
  • 6
1
vote
0 answers

Nginx showing 504 Gateway timed out when uploading large files

I have a simple PHP file upload script that uploads a file. The server consists of 1 nginx reverse proxy and another nginx server (upstream). The problem is that when I try to upload very large files ~ 2GB then I get an error: 504 Gateway…