help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ftp mget error


From: grigorym
Subject: ftp mget error
Date: Tue, 13 Mar 2012 03:35:18 -0700 (PDT)

I'd be very thankful, if someone could explain me the behavoir of an Octave
mget-function while working with ftp. Simply speaking, I couldn't get to
work a simple example with mget(fp,filename). I just cann't retrieve a
single file from ftp!

fp = ftp("server", "username", "pass");
cd(fp, "somedir");
mput(fp, "sample.txt");
mget(fp, "sample.txt");

Function mput works fine, the file is being put exactly where expected.
However, mget fails to retrieve it back at once with:
error: __ftp_mget__: file not found
error: called from:
error:   C:\Octave\OCTAVE~1.2\share\

Any suggestions?

--
View this message in context: 
http://octave.1599824.n4.nabble.com/ftp-mget-error-tp4468727p4468727.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]