|
When doing ftp make it a bad habit to dois
mget /mypathname/*.*
versus
cd /mypathname
mget *.*
The reason being is that some servers will support the mget
/mypathname/*.* and others won't.
I've seen this work
ls /mypathname/*.txt
return
thisfile.txt
thatfile.txt
However, notice the path name missing? So when you do a mget
/mypathname/*.* you may get
mget /mypathname/*.*
would you like to get thisfile.txt? y
no such file
The native ftp server for IBM i supports mget /directory/*.*. Linoma's
GoAnywhere does not. They have filed an enhancement request and they've
been pretty responsive in the past. However they do state that the RFC
a little vague on whether or not the list should return the path name.that
There is some concern about backward compatibility...
They did some checking around and they are seeing a mix of ftp sites
go either way.
Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1
Group Dekko
Dept 1600
Mail to: 2505 Dekko Drive
Garrett, IN 46738
Ship to: Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com
--
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.