Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
FTP File Size Problem from UNIX to
Name: Ahmet Date: November 22, 2002 at 03:41:57 Pacific OS: UNIX Compaq Tru64 CPU/Ram: Dont know
Comment:
Hello,
I have an shell script to transfer a 50KB TXT file from UNIX to NT4 server. The transferred file become 4-5KB less... When I look inside the transferred file I see that some lines are deleted from the file. This is so strange error for me.. How this file is being changed while transferring!!! There should be a file size restriction in somewhere(UNIX FTP Server) in Unix, but I can not find it, even FTP Server... At the beginning i was transferring 3KB files and there was no problem... But with 50K files i have such a problem... How can I get rid of this strange problem... Thanks..
Name: David Perry Date: November 22, 2002 at 04:27:49 Pacific
Reply:
Try selecting 'binary' as the transfer method. 'ascii' will translate line endings, alter the file lenght and may account for the problem you are seeing.
0
Response Number 2
Name: Ahmet Date: November 22, 2002 at 05:25:58 Pacific
Reply:
Hi David, thanks... I tried what you said but it did not help me. I have now more lines than my previous tries but not all the data... There are still quite much lines missing...
0
Response Number 3
Name: Jimbo Date: November 22, 2002 at 07:44:00 Pacific
Reply:
Why dont you try gzipping the file and opening it with winzip on your NT Server?
Summary: I strongly appreciate if some one please help me on this... I am using scp from UNIX (AIX 5.3) to send a file to a win2003 server. I have to automate (using a shell script) the scp process to send fil...
Summary: Good morning I need to transfer files from Unix to another server Windows NT. Our instructions on script are : ftp -v -n user quit That script execute ok from Unix to Unix, but not from Unix to W...
Summary: What I am trying to do is -- to move a file from Unix to NT. I guess I need to have script which will allow me to do that when ever I execute that program. I am not a Unix person -- so I really don't ...