From owner-freebsd-questions@FreeBSD.ORG Mon May 26 15:58:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76198106566B for ; Mon, 26 May 2008 15:58:10 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 2D8EB8FC0C for ; Mon, 26 May 2008 15:58:09 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K0f5L-0003YR-6X for freebsd-questions@freebsd.org; Mon, 26 May 2008 15:58:07 +0000 Received: from mar92-9-82-237-75-54.fbx.proxad.net ([82.237.75.54]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 May 2008 15:58:07 +0000 Received: from gilles.ganault by mar92-9-82-237-75-54.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 May 2008 15:58:07 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Gilles Date: Mon, 26 May 2008 17:57:59 +0200 Lines: 15 Message-ID: References: <20080526202629.0966b2f8@ayiin> <7lgl3411mjknissgmvq6778190dmbk0pak@4ax.com> <483ADAC9.8030407@daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: mar92-9-82-237-75-54.fbx.proxad.net X-Newsreader: Forte Agent 3.1/32.783 X-Antivirus: avast! (VPS 080526-0, 26/05/2008), Outbound message X-Antivirus-Status: Clean Sender: news Subject: Re: Downloading files from MS Terminal Services server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 15:58:10 -0000 On Mon, 26 May 2008 10:44:09 -0500, Kevin Kinsey wrote: > For example, SAMBA on the FBSD box, "mapped drive" in your Windows box, and > a short batch script to copy the files run via the "Task Scheduler"? Mmm... yes, I could check with admins whether I can add a script to the TS to push data to a remote FTP server. > In reverse, FBSD can mount SMB shares, so you might go that way, > assuming at least one is available on the Winbox? Sorry, forgot to say the Windows server is behind a firewall and I'm accessing it remotely from the Net, so NetBIOS ports are closed. Thank you.