LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 01-17-2012, 12:17 AM   #1
blufire
Member
 
Registered: Jul 2004
Location: Japan
Distribution: Fedora
Posts: 148

Rep: Reputation: 16
Transferring files to server


Ok sorry if this has been asked but I did not know how to filter a good search to find if it had.

This is what I am doing.
I am setting up a web server/mail server/ftp server.
I can use openssh from my home in my lan network that I have. And because it is all in my home I can flash drive pictures and files from one computer to the other.

What I need.
My friend is going to use my webserver to run a website. But he lives an hour and a half away. He is also on a mac.

I want to see if there is a program out there that would allow him to connect to my server and show him a file tree where his website folder would be.
Then he can just copy files from his computer to the server. Or even easier just drag and drop.
 
Old 01-17-2012, 12:52 AM   #2
dzt
Member
 
Registered: Oct 2003
Distribution: slackware
Posts: 57

Rep: Reputation: 15
first I suggest you try doing a refined search on this topic.
second, do a quick google search on samba server,
third, go to dyndns.org. it is whaat you need for external connection to your internal network.
 
Old 01-17-2012, 01:17 AM   #3
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
Quote:
I want to see if there is a program out there that would allow him to connect to my server and show him a file tree where his website folder would be.
Then he can just copy files from his computer to the server. Or even easier just drag and drop.
Use ftp protocol. By this your friend can browse your server folders, can copy (drag and drop therefrom), or even alter your files (if given the authority) EVEN IF HE IS A HUNDRED HOURS AWAY.

Good luck.
 
Old 01-17-2012, 01:18 AM   #4
blufire
Member
 
Registered: Jul 2004
Location: Japan
Distribution: Fedora
Posts: 148

Original Poster
Rep: Reputation: 16
I think I didn't make myself clear. I am not looking for a way to connect. I already know that. I am looking for a guri program that my friend can use. easy drag and drop would be best.
 
Old 01-17-2012, 01:20 AM   #5
blufire
Member
 
Registered: Jul 2004
Location: Japan
Distribution: Fedora
Posts: 148

Original Poster
Rep: Reputation: 16
Something like openssh. but graphical.
 
Old 01-17-2012, 02:51 AM   #6
blufire
Member
 
Registered: Jul 2004
Location: Japan
Distribution: Fedora
Posts: 148

Original Poster
Rep: Reputation: 16
Thankyou will look into ftp protocol after work
 
Old 01-17-2012, 05:03 AM   #7
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
Quote:
I want to see if there is a program out there that would allow him to connect to my server and show him a file tree where his website folder would be.
That is what actually ftp is capable of via the web.

Or if you mean "to connect into your server" by way of your home "LAN network" I think Samba can do that easily, your friend can then come to your place plug-in (wire) his Mac into the LAN network and see your server, browse, copy files to and therefrom.

Quote:
Then he can just copy files from his computer to the server. Or even easier just drag and drop.
This can be done in either of the methods above suggested: that is, by way of ftp or Samba.

Good luck.
 
Old 01-17-2012, 06:14 AM   #8
deep27ak
Senior Member
 
Registered: Aug 2011
Location: Bangalore, India
Distribution: RHEL 7.x, SLES 11 SP2/3/4
Posts: 1,195
Blog Entries: 4

Rep: Reputation: 221Reputation: 221Reputation: 221
Quote:
Originally Posted by blufire View Post
Something like openssh. but graphical.
have you tried winscp software?

you can get
1. tree like structure
2. easy drag and copy of files and folders between linux and windows.
3. graphical ssh

Last edited by deep27ak; 01-17-2012 at 09:53 PM.
 
Old 01-17-2012, 11:10 AM   #9
hua
Member
 
Registered: Oct 2006
Location: Slovak Republic
Distribution: Slackware 14.2, current
Posts: 461

Rep: Reputation: 78
Please specify some details:
Quote:
Originally Posted by blufire View Post
Ok sorry if this has been asked but I did not know how to filter a good search to find if it had.

This is what I am doing.
I am setting up a web server/mail server/ftp server.
I can use openssh from my home in my lan network that I have. And because it is all in my home I can flash drive pictures and files from one computer to the other.

What I need.
My friend is going to use my webserver to run a website. But he lives an hour and a half away. He is also on a mac.

I want to see if there is a program out there that would allow him to connect to my server and show him a file tree where his website folder would be.
Then he can just copy files from his computer to the server. Or even easier just drag and drop.
1. Are you and your friends developing a web page (some web application)?
2. Are you and your friends always on the local network? (or they need remote connection too?)
Quote:
Originally Posted by blufire View Post
I am setting up a web server/mail server/ftp server.
I expect web server (web site) is the main target(?). Mail server serves for communication between developers(??) and ftp for web directory management.(?)
Than let us divide this into several tasks:
1. Web server and its content management for developers.
2. Mail server.

The best known way of dealing with web site content is ftp. It allows you (and your friends) to connect from local and public net. It also controls permissions on files.
Quote:
Originally Posted by blufire View Post
Something like openssh. but graphical.
SCP can do this. Since we do not know what you and your friends use (Desktop) > WINscp (windows) I am sure there are client apps for all OS's(linux, MAC ...)

As a matter of fact all of those OS's has lots of very well designed ftp-client applications. This can do the job for you.

Last edited by hua; 01-17-2012 at 11:12 AM.
 
Old 01-17-2012, 12:31 PM   #10
celthunder
Member
 
Registered: Feb 2009
Location: Newton, WI
Distribution: Arch
Posts: 84

Rep: Reputation: 8
filezilla any graphical version of scp macs i believe have ssh and scp built in or have them as ports as well if he wants command line.
 
Old 01-18-2012, 01:36 AM   #11
Krajisnik
LQ Newbie
 
Registered: Jun 2009
Posts: 10

Rep: Reputation: 1
There are a few ways to connect to a remote FTP server like a network drive. SO you can do as much drag-drop if you want in a "Folder Explorer"
For windows i'm using NetDrive.
I've searched the net and found a few things for a mac: like ExpanDrive: http://www.expandrive.com/

Other options are:
http://alternativeto.net/software/ne.../?platform=mac
 
Old 01-19-2012, 11:10 PM   #12
blufire
Member
 
Registered: Jul 2004
Location: Japan
Distribution: Fedora
Posts: 148

Original Poster
Rep: Reputation: 16
Thank you all for sudjestions. Will read the faqs and choose easiest for him
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
transferring files Garrett85 Linux - Networking 37 07-10-2011 02:12 PM
Server hangs when transferring files kyletriggs Linux - Server 2 04-05-2008 01:15 AM
Transferring files Denisius Slackware 6 10-27-2007 07:19 AM
Transferring files from linux to windows (using terminal server) hondo Linux - General 1 08-13-2007 07:36 AM
Transferring 40000+ files with FTP (mget) shows 0 files tim1235 Linux - Software 5 10-17-2004 06:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 07:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration