Questions tagged [file-transfer]

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

Is a generic term for the act of transmitting files over a computer network or the Internet. There are numerous ways and protocols to transfer files over a network. Computers which provide a file transfer service are often called file servers. Depending on the client's perspective, the data transfer can be called uploading or downloading.

1842 questions
0
votes
1 answer

Using Apache Cordova Can I p2p file sharing

Can I use Apache Cordova p2p file sharing. File Transfer is able to send and receive files over the server with Plugin. But I do not want to do over the server. Source can search about it (eg application or website), you can tell. My ability to make…
Üsame
  • 11
  • 6
0
votes
0 answers

C-socket: program of client-server to send a file

I am getting confused while sending a file from server to client or client to server. Is this that the only binary file are transferred or bitstream are to be generated? What should be the format of the text file that is to be send? Is there any…
0
votes
2 answers

Remote directory monitor and transfer files in Java

Can anyone please let me know if there is a way to monitor a directory in HostB and transfer new files in that directory to HostA in Java? FYI, my Java code should reside in HostA.
CentosUser
  • 201
  • 1
  • 4
  • 14
0
votes
3 answers

Java socket programming header

I am trying to send a file through a java socket and receive it through another. However, this happens: Send Content: /* This is simply a file to transfer */ Received: so basically I cannot escape the received content on stack overflow. It is…
Andy
  • 1,129
  • 1
  • 9
  • 13
0
votes
0 answers

Trying to transfer csv file from EC2 to PostgreSQL RDS; get FATAL psql init file error

I'm fairly new to AWS in general. I'm currently trying to replicate work by another group and therefore am attempting to mimic their setup. I've established an EC2 instance (Amazon Linux AMI) and a PostgreSQL 9.3.5 RDS instance. I've uploaded a 4 GB…
user
  • 621
  • 1
  • 9
  • 21
0
votes
1 answer

What is the best way to handle file transfer between client and server?

I’m building something like an archiving system, which will be used to annotate and catalog already scanned documents. It is a Client/Server system, with multiple clients. The main workflow will be something like this: The client will send the…
omsharp
  • 300
  • 1
  • 13
0
votes
1 answer

Error closing ServerSocket after file transfer Java

I have the code below When I do not have the close ServerSocket statement I get an error saying it is a resource leak but when I add the close statement Eclipse tells me the code is unreachable, How can I change the code to close the socket outside…
user3389199
  • 5
  • 1
  • 4
0
votes
1 answer

Change a wcf transfer program from buffered to streamed

I would like to transfer large files over a wcf program. I found this project and it works as I want it to but transfering large files is impossible. Does anyone know how to convert it from buffered to chucked??? This is the binding:
g90
  • 3
  • 5
0
votes
2 answers

ASP.Net send and receive file question

I'm completely blanking here. I've got 2 servers that cannot talk to each other via normal network traffic (like just copying a file). I can't get FTP setup on either server due to artificial company security constraints. Server1 basically just…
Matt
  • 1
0
votes
1 answer

Fill Documents directory manually on Android device

I have the following code returning YES in both cases: File documents = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOCUMENTS); Log.d("DOCUMENTS", documents.exists() ? "YES" : "NO"); File subdir = new…
shadowhorst
  • 1,480
  • 13
  • 21
0
votes
1 answer

How to transfer/download a zip file from local desktop into putty server(ssh)?

I'm trying to transfer my zip file from my local desktop into my putty server and unzip it. So how can I do that? Actually I'm trying to download the file directly from the website link into my server using wget command but it fails, so I download…
George
  • 1
  • 4
0
votes
1 answer

Saving data sent from client to server into a file has invalid characters

I am trying to send a file containing strings from a client to a server, and then have the server save the results received. So far, I have managed to send the data from the client to the server, but when the server saves the results in a text file,…
Slim R
  • 39
  • 1
  • 9
0
votes
1 answer

Uploading HUGE file to VPS server

I have a huge file (50Gb) that is an entire back-up of a website that I am trying to upload to a server via FTP (FileZilla) and the entire process drops sometimes after 80% completion! I also have a 20Mbps upload speed via my ISP, but Filezilla…
Luca
  • 9
  • 4
0
votes
1 answer

File transfer program using C

I'm quite new to C and I'm having some trouble with a program to transfer files from one hard drive to another. The PC the program will be running from doesn't have any kind of compiler, so I want to build in the aility for the source and…
0
votes
1 answer

Django ajax uploader example

Im try to create a example with django-ajax-uploader but im have upload Failed, and error : ImportError: No module named views How i can solve this error, or what is the views module, is something about urls.py refer? Urls.py from django.conf.urls…
Softsofter
  • 345
  • 1
  • 3
  • 13
1 2 3
99
100