Questions tagged [file-transfer]
218 questions
2
votes
3 answers
Shomehow the rx/tx-counters on the interface resets
When doing ifconfig from hour to hour I notice that the counters for RX/TX bytes transfers resets:
RX bytes:921640934 (921.6 MB) TX bytes:4001470884 (4.0 GB)
How come? I would like to keep track how much data i transfer from day to day but they…

Jonas Lejon
- 699
2
votes
2 answers
How to SAVE a file from remote server to local machine?
I need to acquire data from a little computer (Red Pitaya-linux) and save it to an external PC because it is very large. Also, I do not want to save the file first and then copy it using ssh for the same reason. Should I insert a ssh into the…

Joan Mendoza
- 21
2
votes
2 answers
File transfer using YMODEM sz
I'm trying to upload a firmware file over serial connection to a device that requires YMODEM protocol, from a raspberry pi. After a lot of digging, I keep finding that the sz --ymodem [file] command is the tool to do this. I've already managed to…

Jack Mason
- 21
1
vote
1 answer
How can I translate several txt files saved in different folders?
I need to:
1) translate several txt (or pdf) files. They are saved in different folders in my notebook.
2) save the translated text in a new folder.
the best answer I could find on google in to use soimort, which translate a txt file.
Read on…

R. S.
- 11
0
votes
0 answers
Transfering pdf files in hundreds of directories
I have hundreds of directories which contain a number of pdf files. What command can I use to transfer the pdf files residing in these directories to some particular location?

Vera
- 1,223
0
votes
1 answer
BBS downloads on Ubuntu Server
I have been messing around bbses lately and want to download some things off them but can't figure out how to on Ubuntu server 18.04. I have tried quite a few things. I know that it is modem downloads so I tried getting Irzsz with the command
sudo…
0
votes
1 answer
Unix Command Line Create Text File and Transfer Locally
I have a file located in unix command line using 'SecureCRT'. I want to get this file's data in excel so I need a .txt file. I have 'WinSCP' installed aswell.
After I do "more [file name]" it displays all the data I want.
How do I get copy this…