James Potter

Greenhorn
+ Follow
since Jan 22, 2015
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by James Potter

Thank You for your reply. So We have to depoly something to the server if we are using TCP/IP. We have to write, copy, delete, upload, and downloads apart from just transferring the files. For TCP/IP do you think there is any other solution?
Thank You Bill. I was thinking of the same thing. What do you prefer as a solution, FTP, SFTP, or TCP/IP. I found TCP/IP more secure. But the only thing is that the file server is an empty box where we have to install everything. I have applications for each of them but want to use one that is appropriate.
Hi, I have created a java application using TCP/IP socket connection. The program will write, upload, download, delete, read, and modify to the file server. The program is ready and good to go. My question here is, do we need to deploy anything to the server? The server is just a empty storage location and we are moving files to it? Deploying any war file or installing java environment will be a long option for us at this time. Is it possible ways to write to the server by just using the ip and port number? After the connection is established, we can perform all the file operations. Some suggestions on doing this will be a great help.