Questions tagged [upload]

25 questions
6
votes
2 answers

How to block bittorent upload completely?

I'm running Vuze torrent client on Linux Mint and I am looking for a way to block upload completely. I am willing to change Vuze for something else if Vuze is not capable of achieving this goal. Vuze is only able to limit the upload to 5 Kbps,…
Vlastimil Burián
  • 27,586
  • 56
  • 179
  • 309
3
votes
1 answer

Upload to youtube using shell script

I've searched the youtube API but still not clear whether this is possible. I have a shell script that uses FFMPEG to convert a video. After being converted I want to have the video automatically uploaded to a preauthorized youtube account. Can any…
Bachalo
  • 1,061
  • 4
  • 12
  • 23
2
votes
1 answer

strange issue, worst network speed and worst ping latency on linux

I cannot explain this, I will start by listing these speed test results this one is the linux host running mxlinux latest version this one is the windows 10 running inside vmware on the same computer I'm trying to figure out why it's THAT bad on…
Fredou
  • 131
  • 6
2
votes
2 answers

Changing PHP's post_max_size and upload_max_filesize with Ansible

Is there a way to change the two famous PHP variables post_max_size and upload_max_filesize in php.ini in a version-agnostic way with Ansible? I didn't find any literature covering this and it seems wired to me because no company, let alone mega…
user149572
2
votes
1 answer

How to upload a file using http PUT with httpie?

For some webserver testing, I use curl for file upload like this: $ curl --silent --digest --user user:pass --upload-file filename http://server/dir/ Now I tried to archive the same function but with usage of httpie. Tried something like: $ http…
Joe
  • 709
  • 2
  • 9
  • 12
2
votes
1 answer

curl: (25) Failed FTP upload: 553 to vsftpd docker

I'm running you container and try to send files using curl but it fails. Running the container export FTP_USER="test" export FTP_PASSWORD="test" docker run \ --name mock_ftp_server \ --publish 21:21 \ --publish 4559-4564:4559-4564 \ …
Édouard Lopez
  • 1,282
  • 12
  • 23
1
vote
0 answers

FTP & WGET remote file upload fail

I'm using virtualbox with kali linux installed. While on SSH shell, i used wget to upload resources from my host machine but it's failing, FTP put command fails too. The following are the command line snippet for FTP ftp> put rev2.exe local:…
Muath
  • 19
  • 2
1
vote
1 answer

SCP not working with RegEx

I've been trying to copy some remote files to localhost using regex expression, but it reads the regex as if it would be a regular string and does not find any files matching that. Any ideas why? file-download #!/bin/bash scp…
1
vote
1 answer

Bash script to take a screenshot and upload it to a server every 1s

Operating system: Xubuntu I'm trying to create a bash script that takes a screenshot of my screen and uploads the resulting file to a server. I tried many ways and even asked ChatGPT but still can't find a working solution. Could you please point me…
Nicola
  • 123
  • 4
1
vote
0 answers

After updating to 21.10, upload always defaults to the Home folder

So, ever since I updated ubuntu to v21.10, no matter which browser I use, when I click on the attachment or upload buttons - anything - the "Open Files" window defaults to the Home folder. It used to stay in the folder that was used for the last…
ljopi87
  • 11
  • 1
1
vote
2 answers

Record screen and upload on youtube

I'd like to record my screen and have the recorded video automatically uploaded on youtube. Is there any software that does this? I know there are screen recorders like Kazam that easily permit to record the screen but they do not automatically…
Nicola
  • 123
  • 4
1
vote
2 answers

Fast way to get checksum for all files within a huge nested directory

We have a requirement to screen user-uploaded content. However, I've noticed that most of our user-uploaded content has actually originated from our own system: for example someone downloads a pdf from our document library, renames it as something…
Max Williams
  • 1,067
  • 2
  • 16
  • 32
1
vote
1 answer

POSTing large files into Apache causes swap

The setting that I have is a compute with only 2Gb of free memory. When I upload large images (3.5 Gb) through the Horizon (which uses apache2) the image fills the cache and starts to swap. I would have thought that the kernel would be able to…
user295500
  • 19
  • 2
1
vote
1 answer

Not able to upload as anonymous user in vsftpd

I have vsftpd running on Ubuntu 16.04 LTS. During installation a ftp user is created with a home directory of /srv/ftp and hence this is the default FTP directory. Here are my vsftpd.conf file permissions that I've…
0
votes
1 answer

Got Download Traffic While Uploading With High Speed

When I upload my backup using ftp to my backup server, my upload speed get to 1.5Gb/s which is good! BUT I see strange things on download traffic!! When my upload speed get bigger than 1Gb/s I see download traffic upto 10Mb/s. I don't know whats…
1
2