Skip to main content

Questions tagged [file-transfer]

Is a generic term for the act of transmitting files over a computer network or the Internet.

file-transfer
0 votes
1 answer
11 views

Can't upload media or elementor pro to wordpress site

I imported a site from one wordpress website to another and I can't upload elementor pro and my images just appear as a blank thumbnail on the site. How do I update file permissions What's the problem?...
Bridget Jamie's user avatar
0 votes
0 answers
11 views

Control-M AFT job failing with "Failed in listFilteredFiles" and "no such file or directory" when permissions and directory path are correct

I'm working with someone who is trying to test some file transfers in a Control-M TEST environment but it keeps failing despite the service accounts having full permissions. The two messages I've seen ...
Isabella Lovett's user avatar
-1 votes
0 answers
26 views

PSFTP - How to send all files in the directory to remote directory and later remove the files in local directory

I have a Windows batch script that transfers the files to a remote directory and later it removes the files form the local directory. The script works fine if there are no folders in the local ...
learner's user avatar
0 votes
0 answers
8 views

How to transfer image files wirelessly between two PCs at different networks using sockets in python?

I have been trying to send files between two PCs using sockets. Computer A(Sending end): import socket from PIL import Image s=socket.socket(socket.AF_INET,socket.SOCK_STREAM) s.connect(('ip_address'...
Swapnil Das's user avatar
0 votes
0 answers
23 views

Transferring a File from Google Cloud Compute Instance to Your Personal Google Drive Account

I extensively use Google Cloud Compute Engine for numerical simulations in my research. These simulations generate large output files, which I need to download to a local machine as compressed files ...
Pavithran Iyer's user avatar
0 votes
0 answers
31 views

how to send multiple files and some data in a single response

I'm writing online-library using Vue and Yii2. I need to somehow send books info and related pics. I tried to send at least pictures but in postman i see that response contains only 1 picture public ...
Tokisaki Kurumi's user avatar
0 votes
0 answers
22 views

Locally transfer files from mobile to webapp in reactjs using websockets

I want to create an webapp using reactjs where we can share files, contacts, images, videos etc from mobile to web and web to mobile using local network. Mobile app basically is a server to share ...
Zain Zahid's user avatar
1 vote
0 answers
45 views

Java reworked 'FTP' File Transfer with Ascii and Binary

I'm having to implement a basic file transfer system in Java, one that accepts commands from the client. Unfortunately, the class this was for has so far been more about networking concepts as opposed ...
Jackson Allen's user avatar
0 votes
0 answers
42 views

File Corruption Issue When Transferring from External Server to Google Cloud Storage

When attempting to transfer files from an external server to a Google Cloud Storage (GCS) bucket using the provided code snippet (code to be executed on Google Cloud Functions), the files are ...
Dev Patel's user avatar
0 votes
0 answers
41 views

Move large files(in GBs) in parallel

I have a use case, where we need to move large files from openshift to another server. Each files are in GBs. Total size of files were few Terabytes. I'm using oc rsync/cp feature to move files.But it'...
Cdr's user avatar
  • 559
0 votes
0 answers
73 views

SFTP file transfer time stamp

I am writing a python script to check how long the file is staying in the SFTP. Every minute the script will run and it'll check if the file is there or not. Here's a part of the script checking the ...
Vaishant Sah's user avatar
0 votes
1 answer
383 views

Copy files from One S3 Bucket to another S3 Bucket

I have to migrate about 20 TB data from One S3 bucket to another S3 bucket where both are in separate accounts with separate vendors and I am not the owner in either of them. I have been provided ...
Sailesh Parajuli's user avatar
0 votes
0 answers
73 views

How to sucessfully send a .bin file via serial communication to another device using QT creator?

I am trying to send and successfully install a .bin file (that contains a required software) using QT through a service adaptor to a device. I am just trying to achieve the same function as extraPuTTY ...
min_een's user avatar
0 votes
0 answers
32 views

Optimizing UDP Transmission for High-Latency Networks in Python

I need to create a Python UDP Utility for Linux, but I can't optimize for packet loss simulations. It working great and actually sending the file, but its working really slow. This is my code: client-...
Dr.Labradoor's user avatar
0 votes
0 answers
46 views

How can I run this ftp_get script?

I can run PHP scripts using a browser and a VPS I have through Ionos. There is one script, however, that I don't know how to run. It uses the ftp_get command to download a file from my server and ...
LuisM's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
123