- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- ftp can put but not get
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 11:22 PM
02-29-2004 11:22 PM
ftp can put but not get
Any Ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 11:30 PM
02-29-2004 11:30 PM
Re: ftp can put but not get
this is strange, that the connection gets lost when getting a file.
Please post the commands you use and result you get. You can instruct ftpd to log any ftp commands it is executing, the you can see errors in ftp script.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 11:42 PM
02-29-2004 11:42 PM
Re: ftp can put but not get
ftp 132.1.0.50
Connected to 132.1.0.50.
220 pharm-oscar FTP server (Compaq Tru64 UNIX Version 5.6) ready
User (132.1.0.50:(none)): root
Password:
230 User root logged in.
ftp> cd /mnt1/backup
250 CWD command successful.
ftp>bin
200 Type set to I.
ftp>get FILE.DAT
200 PORT command sucessful.
150 Opening BINARY mode data connection for FILE.DAT (132.1.0.50,1444) (2703360426 bytes>.
426 Data connection: No such file or directory.
ftp>
IP addresses have been changed to protect the innocent.
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 11:48 PM
02-29-2004 11:48 PM
Re: ftp can put but not get
please try dir FILE.DAT instead of get.
On unix you have a case sensitive ftp.
Also login on the server with the file go to the directory and check with ls -lb *FILE.DAT* for hidden characters.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 09:23 PM
03-01-2004 09:23 PM
Re: ftp can put but not get
1. Check the permissions
2. Remember about case-sensitiveness
If both the above don't yield any positive results
1. Can you let us know if you can create a new file in the same directory and be able to do a PUT on the same?
rgds
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 11:39 PM
03-01-2004 11:39 PM
Re: ftp can put but not get
It would appear to be file size related I have no problem ftp'ing small files but when i try the to transfer my FILE.DAT which is approx 1.5 Gb then i get the problems.
I have run ls -lb names come up clean checked the case of the file names
I also created a new FILE.DAT on one server and sucessfully 'put' it on the other box, but when i tried to 'get' it back i got the error message
426 Data connection: No such file or directory
Also got me unix wrong its 5.1B not A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 11:54 PM
03-01-2004 11:54 PM
Re: ftp can put but not get
In that case it looks like your FTP may not have suport for large files. May be we should rule this possibility out.
Can you please review the discussion thread below
http://curl.haxx.se/mail/lib-2003-12/0073.html
Regards
Mobeen