MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

SFTP

  • To: mathgroup at smc.vnet.net
  • Subject: [mg110509] SFTP
  • From: "Kurt TeKolste" <tekolste at fastmail.net>
  • Date: Tue, 22 Jun 2010 06:59:50 -0400 (EDT)

 Is there any way in Mathematic (using the syntax of ftp link,
options on Import, or whatever) to access files stored remotely
using SFTP, i.e. ftp with the SSH security protocol?
Neither
     Import["ftp:// user: password @ host: port / path"]
nor
     Import["sftp:// user: password @ host: port / path"]
seems to work.

 Szabolcs Horv=E1t suggests
Import["!ssh remote-machine cat path/to/your/file", "Table"]

  in the arhcive ([1]http://forums.wolfram.com/mathgroup/archive/2008/
Sep/msg00291.html)

but this does not work either.

Kurt

References

1. http://forums.wolfram.com/mathgroup/archive/2008/Sep/msg00291.html



  • Prev by Date: Re: Difficulty with saving Package .m files
  • Next by Date: Newby Q: How to specify reals
  • Previous by thread: Re: More about algebraic simplification
  • Next by thread: Re: SFTP