Hi,
thanks for the reply.
The thing is that I believe I have mixed up source and destination in this command.
This command works:
/usr/bin/ftp -u ftp://nnnn:xxxx@nnnn.ftp.abc.no/4_stj_REISE/til_LYDETTERARBEID/ TEST11.mov
where TEST11.mov is the local file, and I already am in the correct local folder within Terminal.
If I understand you correctly, I should try this:
/usr/bin/ftp -u ftp://nnnn:xxxx@nnnn.ftp.abc.no/4_stj_REISE/til_LYDETTERARBEID/ 4_stj_reise/Til_lyd/TEST_output/TEST11.mov
i get the same problem as earlier:
Connected to xxx.ftp.xxx.no.
220 Servers identifying string
331 Password required for xxxx
230-Last login was: 2010-08-17 14:22:26
230 User xxxx logged in
Remote system type is UNIX.
Using binary mode to transfer files.
200 Type set to I
250 CWD command successful
250 CWD command successful
local: 4_stj_reise/Til_lyd/TEST_output/TEST11.mov remote: 4_stj_reise/Til_lyd/TEST_output/TEST11.mov
ftp: local: 4_stj_reise/Til_lyd/TEST_output/TEST11.mov: No such file or directory
From this, I think that I’ve been mixing up source and destination folders. My intention is to upload TEST11.mov to the ftp catalogue
/4_stj_REISE/til_LYDETTERARBEID/
The local path of TEST11.mov is
/Volumes/Fish/Til/4_stj_reise/Til_lyd/TEST_output/
Not sure if I am able to explain very clearly, though…
Pål Henrik