Networking Forums

Networking Forums > Computer Networking > Linux Networking > ftp from one remote to another without passing through own PC

Reply
Thread Tools Display Modes

ftp from one remote to another without passing through own PC

 
 
Liam
Guest
Posts: n/a

 
      08-16-2006, 07:18 PM
I have someone in my company that needs to, from home, FTP large groups
of large files from one remote server to another remote server, and
because the FTP passes though her cient, it's VERY slow.

Her PC is Windows XP, and both servers are Linux (one RedHat ES 4 and
the other Fedora Core 5.)

Is there some way to get this setup to pass the files from one remote
server to the other directly?

Note, this user is VERY very VERY x 10 ^ 100 computer illiterate.
Beyond the very basics of operating a PC. This is someone that really
shouldn't be around computers, but, I didn't hire her. I can't replace
her. I'm just doing what I'm told to support her.
So, SSH and SCP and RCP are out of the question.
Is there some kind of method of creating a folder in one remote server
that connects to the other server, sort of like a sym or hard link? So
it shows in her FTP client for one server but actually is housed in the
other machine, so that the file copying the FTP client initiates is
done at the server and not being regulated by the local PC?

Something like that?

Any ideas would be greatly appreciated!
-Liam

 
Reply With Quote
 
 
 
 
Tauno Voipio
Guest
Posts: n/a

 
      08-16-2006, 07:30 PM
Liam wrote:
> I have someone in my company that needs to, from home, FTP large groups
> of large files from one remote server to another remote server, and
> because the FTP passes though her cient, it's VERY slow.
>
> Her PC is Windows XP, and both servers are Linux (one RedHat ES 4 and
> the other Fedora Core 5.)
>
> Is there some way to get this setup to pass the files from one remote
> server to the other directly?
>
> Note, this user is VERY very VERY x 10 ^ 100 computer illiterate.
> Beyond the very basics of operating a PC. This is someone that really
> shouldn't be around computers, but, I didn't hire her. I can't replace
> her. I'm just doing what I'm told to support her.
> So, SSH and SCP and RCP are out of the question.
> Is there some kind of method of creating a folder in one remote server
> that connects to the other server, sort of like a sym or hard link? So
> it shows in her FTP client for one server but actually is housed in the
> other machine, so that the file copying the FTP client initiates is
> done at the server and not being regulated by the local PC?
>
> Something like that?


Set up SSH into both Linux boxes (preferably into
some weird high port to avoid most script kiddies),
log in into Linux system A and use scp to transfer
to/from Linux system B.

The PC will be used here as the controlling terminal
only. The data will pass directly between the Linux
boxes.

For the Windows box, Putty can be uase as the SSH
client needed to get out of the Windows world.

--

Tauno Voipio
tauno voipio (at) iki fi

PS. If there's need for file transfers between the
Windows box and either Linux box, WinSCP works
well as the scp client in Windows box.

TV
 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      08-16-2006, 07:31 PM
Tauno Voipio wrote:
>
> Set up SSH into both Linux boxes (preferably into
> some weird high port to avoid most script kiddies),
> log in into Linux system A and use scp to transfer
> to/from Linux system B.
>
> The PC will be used here as the controlling terminal
> only. The data will pass directly between the Linux
> boxes.
>
> For the Windows box, Putty can be uase as the SSH

OOPS: used

> client needed to get out of the Windows world.
>


--

TV
 
Reply With Quote
 
news@celticbear.com
Guest
Posts: n/a

 
      08-16-2006, 07:40 PM

Tauno Voipio wrote:
> Liam wrote:
> > I have someone in my company that needs to, from home, FTP large groups
> > of large files from one remote server to another remote server, and
> > because the FTP passes though her cient, it's VERY slow.
> >
> > Her PC is Windows XP, and both servers are Linux (one RedHat ES 4 and
> > the other Fedora Core 5.)
> >
> > Is there some way to get this setup to pass the files from one remote
> > server to the other directly?
> >
> > Note, this user is VERY very VERY x 10 ^ 100 computer illiterate.
> > Beyond the very basics of operating a PC. This is someone that really
> > shouldn't be around computers, but, I didn't hire her. I can't replace
> > her. I'm just doing what I'm told to support her.
> > So, SSH and SCP and RCP are out of the question.
> > Is there some kind of method of creating a folder in one remote server
> > that connects to the other server, sort of like a sym or hard link? So
> > it shows in her FTP client for one server but actually is housed in the
> > other machine, so that the file copying the FTP client initiates is
> > done at the server and not being regulated by the local PC?
> >
> > Something like that?

>
> Set up SSH into both Linux boxes (preferably into
> some weird high port to avoid most script kiddies),
> log in into Linux system A and use scp to transfer
> to/from Linux system B.
>
> The PC will be used here as the controlling terminal
> only. The data will pass directly between the Linux
> boxes.
>
> For the Windows box, Putty can be uase as the SSH
> client needed to get out of the Windows world.

[..]
Thanks for the reply. I agree, SSH, SCP would be the best option.
As I mentioned in my original post.
Bust as I also mentioned, that's not an option for this user.
This is a user for which The Clapper is too complicated for. She
double-clicks hyperlinks no matter how often you tell her that's not
necessary. Having her do anything that rquires her to type in commands
would be a nightmare. Giving her any kind oc shell access into a
production server is asking for trouble.

Thanks for replying, though. =)
-Liam

 
Reply With Quote
 
David Schwartz
Guest
Posts: n/a

 
      08-16-2006, 07:54 PM

Liam wrote:
> I have someone in my company that needs to, from home, FTP large groups
> of large files from one remote server to another remote server, and
> because the FTP passes though her cient, it's VERY slow.
>
> Her PC is Windows XP, and both servers are Linux (one RedHat ES 4 and
> the other Fedora Core 5.)
>
> Is there some way to get this setup to pass the files from one remote
> server to the other directly?
>
> Note, this user is VERY very VERY x 10 ^ 100 computer illiterate.
> Beyond the very basics of operating a PC. This is someone that really
> shouldn't be around computers, but, I didn't hire her. I can't replace
> her. I'm just doing what I'm told to support her.
> So, SSH and SCP and RCP are out of the question.
> Is there some kind of method of creating a folder in one remote server
> that connects to the other server, sort of like a sym or hard link? So
> it shows in her FTP client for one server but actually is housed in the
> other machine, so that the file copying the FTP client initiates is
> done at the server and not being regulated by the local PC?
>
> Something like that?
>
> Any ideas would be greatly appreciated!


I have thought over the possibilities and I think the best way is a web
interface that can only do exactly what this person needs to do. If the
paths are more or less constant or correspond, all she needs is a file
browser with a 'publish' button that scp's it automatically to the
other.

Think through her workflow carefully, limit the possibilities as much
as you can (both to prevent mistakes, keep her work simple, and
minimize yours).

DS

 
Reply With Quote
 
stan@worldbadminton.com
Guest
Posts: n/a

 
      08-16-2006, 08:03 PM
In comp.os.linux.misc Liam <(E-Mail Removed)> wrote:
: I have someone in my company that needs to, from home, FTP large groups
: of large files from one remote server to another remote server, and
: because the FTP passes though her cient, it's VERY slow.

: Her PC is Windows XP, and both servers are Linux (one RedHat ES 4 and
: the other Fedora Core 5.)

: Is there some way to get this setup to pass the files from one remote
: server to the other directly?

: Note, this user is VERY very VERY x 10 ^ 100 computer illiterate.
: Beyond the very basics of operating a PC. This is someone that really
: shouldn't be around computers, but, I didn't hire her. I can't replace


Sounds like you need to find a GUI SSH client for your Linux Box,
then export that to the Windows box and user can go at it. Use
Xming or another simple X server and the end user need not even
know that the open GUI is running remotely.

As long as the GUI isn't too arcane ( like ancient MOTIF stuff)
then the user should be able to just drag-and-drop as they are used to.

No matter what though it sounds like you need to be running
an app on Linux and export the display to Windows--- which means
an X server.

Failing that I suppose that you could get fancy and create some sort
of custom client/server application.

Stan
--
Stan Bischof ("stan" at the below domain)
www.worldbadminton.com
 
Reply With Quote
 
Handover Phist
Guest
Posts: n/a

 
      08-16-2006, 08:10 PM
Liam :
> I have someone in my company that needs to, from home, FTP large groups
> of large files from one remote server to another remote server, and
> because the FTP passes though her cient, it's VERY slow.
>
> Her PC is Windows XP, and both servers are Linux (one RedHat ES 4 and
> the other Fedora Core 5.)
>
> Is there some way to get this setup to pass the files from one remote
> server to the other directly?
>
> Note, this user is VERY very VERY x 10 ^ 100 computer illiterate.
> Beyond the very basics of operating a PC. This is someone that really
> shouldn't be around computers, but, I didn't hire her. I can't replace
> her. I'm just doing what I'm told to support her.
> So, SSH and SCP and RCP are out of the question.
> Is there some kind of method of creating a folder in one remote server
> that connects to the other server, sort of like a sym or hard link? So
> it shows in her FTP client for one server but actually is housed in the
> other machine, so that the file copying the FTP client initiates is
> done at the server and not being regulated by the local PC?
>
> Something like that?
>
> Any ideas would be greatly appreciated!
> -Liam


Set up a SAMBA/NFS system so the transfers happen without her knowledge.
Transferring to a directory on which is mounted an NFS filesystem share
would send the file without the knowledge of the end user.

It's a kludge, but it would work (I think).

--
If Patrick Henry thought that taxation without representation was bad,
he should see how bad it is with representation.

http://www.websterscafe.com
 
Reply With Quote
 
stan@worldbadminton.com
Guest
Posts: n/a

 
      08-16-2006, 08:29 PM
In comp.os.linux.misc Handover Phist <(E-Mail Removed)> wrote:
: Liam :
:> I have someone in my company that needs to, from home, FTP large groups
:> of large files from one remote server to another remote server, and
:> because the FTP passes though her cient, it's VERY slow.
:>
:> Something like that?
:>
:> Any ideas would be greatly appreciated!
:> -Liam

: Set up a SAMBA/NFS system so the transfers happen without her knowledge.
: Transferring to a directory on which is mounted an NFS filesystem share
: would send the file without the knowledge of the end user.

I think you missed the OP's basic dilemma - which is that the
two hops to the home system are slow. The files need to move
directly from one server to another, but need to be
controlled from the home machine.

Stan
--
Stan Bischof ("stan" at the below domain)
www.worldbadminton.com
 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      08-16-2006, 08:32 PM
(E-Mail Removed) wrote:
> Tauno Voipio wrote:
>
>>Liam wrote:
>>
>>>I have someone in my company that needs to, from home, FTP large groups
>>>of large files from one remote server to another remote server, and
>>>because the FTP passes though her cient, it's VERY slow.
>>>
>>>Her PC is Windows XP, and both servers are Linux (one RedHat ES 4 and
>>>the other Fedora Core 5.)
>>>
>>>Is there some way to get this setup to pass the files from one remote
>>>server to the other directly?
>>>
>>>Note, this user is VERY very VERY x 10 ^ 100 computer illiterate.
>>>Beyond the very basics of operating a PC. This is someone that really
>>>shouldn't be around computers, but, I didn't hire her. I can't replace
>>>her. I'm just doing what I'm told to support her.
>>>So, SSH and SCP and RCP are out of the question.
>>>Is there some kind of method of creating a folder in one remote server
>>>that connects to the other server, sort of like a sym or hard link? So
>>>it shows in her FTP client for one server but actually is housed in the
>>>other machine, so that the file copying the FTP client initiates is
>>>done at the server and not being regulated by the local PC?
>>>
>>>Something like that?

>>
>>Set up SSH into both Linux boxes (preferably into
>>some weird high port to avoid most script kiddies),
>>log in into Linux system A and use scp to transfer
>>to/from Linux system B.
>>
>>The PC will be used here as the controlling terminal
>>only. The data will pass directly between the Linux
>>boxes.
>>
>>For the Windows box, Putty can be uase as the SSH
>>client needed to get out of the Windows world.

>
> [..]
> Thanks for the reply. I agree, SSH, SCP would be the best option.
> As I mentioned in my original post.
> Bust as I also mentioned, that's not an option for this user.
> This is a user for which The Clapper is too complicated for. She
> double-clicks hyperlinks no matter how often you tell her that's not
> necessary. Having her do anything that rquires her to type in commands
> would be a nightmare. Giving her any kind oc shell access into a
> production server is asking for trouble.


How about a webpage-triggered script doing the scp?

I'd stay away from FTP, NFS and SMB kludges here.

--

Tauno Voipio
tauno voipio (at) iki fi
 
Reply With Quote
 
news@celticbear.com
Guest
Posts: n/a

 
      08-16-2006, 08:46 PM

Tauno Voipio wrote:
> (E-Mail Removed) wrote:
> > Tauno Voipio wrote:
> >
> >>Liam wrote:
> >>
> >>>I have someone in my company that needs to, from home, FTP large groups
> >>>of large files from one remote server to another remote server, and
> >>>because the FTP passes though her cient, it's VERY slow.
> >>>
> >>>Her PC is Windows XP, and both servers are Linux (one RedHat ES 4 and
> >>>the other Fedora Core 5.)
> >>>
> >>>Is there some way to get this setup to pass the files from one remote
> >>>server to the other directly?
> >>>
> >>>Note, this user is VERY very VERY x 10 ^ 100 computer illiterate.
> >>>Beyond the very basics of operating a PC. This is someone that really
> >>>shouldn't be around computers, but, I didn't hire her. I can't replace
> >>>her. I'm just doing what I'm told to support her.
> >>>So, SSH and SCP and RCP are out of the question.
> >>>Is there some kind of method of creating a folder in one remote server
> >>>that connects to the other server, sort of like a sym or hard link? So
> >>>it shows in her FTP client for one server but actually is housed in the
> >>>other machine, so that the file copying the FTP client initiates is
> >>>done at the server and not being regulated by the local PC?
> >>>
> >>>Something like that?
> >>
> >>Set up SSH into both Linux boxes (preferably into
> >>some weird high port to avoid most script kiddies),
> >>log in into Linux system A and use scp to transfer
> >>to/from Linux system B.
> >>
> >>The PC will be used here as the controlling terminal
> >>only. The data will pass directly between the Linux
> >>boxes.
> >>
> >>For the Windows box, Putty can be uase as the SSH
> >>client needed to get out of the Windows world.

> >
> > [..]
> > Thanks for the reply. I agree, SSH, SCP would be the best option.
> > As I mentioned in my original post.
> > Bust as I also mentioned, that's not an option for this user.
> > This is a user for which The Clapper is too complicated for. She
> > double-clicks hyperlinks no matter how often you tell her that's not
> > necessary. Having her do anything that rquires her to type in commands
> > would be a nightmare. Giving her any kind oc shell access into a
> > production server is asking for trouble.

>
> How about a webpage-triggered script doing the scp?
>
> I'd stay away from FTP, NFS and SMB kludges here.
>

Yeah, that's kind of what I was thinking we'd have to go with.
Probably have to do a dir listing into a form, checkboxes, and initiate
an exec(scp...) upon submission.
Thanks,
Liam

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
VPN to different network for passing data only WyoITGuy Windows Networking 1 05-29-2008 08:32 PM
How to check what is passing through network JP Wireless Networks 3 12-01-2007 05:46 PM
passing packets though routers Hactar Linux Networking 0 05-29-2006 07:21 PM
passing two variables with for loop Bartosz Wegrzyn Linux Networking 10 10-03-2005 04:48 AM
ADSL Firewall not passing Web protocol Dave Stauffer Linux Networking 1 12-23-2003 12:08 PM



1 2 3 4 5 6 7 8 9 10 11