FTP: Why can i not use the ALLO command?


 
Thread Tools Search this Thread
Operating Systems Solaris FTP: Why can i not use the ALLO command?
# 8  
Old 01-17-2006
I have never seen a Unix system that supports ALLO other than successfully ignoring it. If you are having trouble creating a 1,000 byte file, or even a 10,000 byte file, the target filesystem must be full or maybe there is a permission problem. Why do you think that you need to use ALLO?

Edit: just saw your last response...

Sorry, you're not going to be able to do that unless you write your own ftpd.
# 9  
Old 01-17-2006
well, if there are multiple 'puts' from X number of clients going to the same server, then i need to make sure that while the files are being transfered, that space does not run out. These will be large files (MB).

So is ALLO not supported by UNIX?
Is there a another way i can do this?

tnks,
Zaff
# 10  
Old 01-17-2006
Well, you can have a lot of disk space. Then you can have tools or/and people who monitor the system for various problems, including free disk space. This is what we do. And it's how everyone else solves the problem.
# 11  
Old 01-17-2006
Quote:
Originally Posted by Perderabo
Well, you can have a lot of disk space. Then you can have tools or/and people who monitor the system for various problems, including free disk space. This is what we do. And it's how everyone else solves the problem.
I would certainly second these comments made by Perderabo. What is usually indicated in these situations is sufficient space to perform the task with some amount of reserve, monitoring, and proper housekeeping.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Ftp command

do we have any command run_ftp or this is a function. run_ftp -d $dir $fname $ddir $file b (2 Replies)
Discussion started by: ramkumar15
2 Replies

2. UNIX for Dummies Questions & Answers

ftp command

Hi, I am new to shell scripting, I just wan to know that if i want to do ftp that is I have the url of the remote server that is pngpcdb1.walmat.com , Now i want to do ftp and want to transfer some files...how ftp command in unix would help me in that...!!:confused: (3 Replies)
Discussion started by: rahulsxn660
3 Replies

3. Shell Programming and Scripting

FTP command ?

yesterday i was given an FTP command to use on UNIX Solaris and it was very straight forward and that's probably why i don't remember it, i only remember convoluded things apparently! but it was something as simple as this: ftp xyz_abc.com but that's apparently not it, does anyone know... (2 Replies)
Discussion started by: bobk544
2 Replies

4. UNIX for Advanced & Expert Users

ls command in FTP

Hi , I am ftping one file from the remort server to local server. I have to choose the recent file from the remote server . To get the recent file i am using the following command. ftp -nvi $IP_ADDRESS user $USER_NAME $PASSWORD bin lcd $LOCAL_DIR cd $REMOT_DIR filename=ls -t ff*... (1 Reply)
Discussion started by: ammu
1 Replies

5. AIX

ftp command

How can i make ftp form my pc to my server ? (2 Replies)
Discussion started by: magasem
2 Replies

6. Linux

ftp command

Hi there! I've used the ftp command to transfert datas between linux to unix box. The answer of this command, was: ftp -A -v n0dark Connected to n0dark. 220 n0dark FTP server (Version 4.1 Thu Sep 12 23:46:23 CDT 2002) ready. Name (n0dark:root): ftpn0darkusr 331 Password required for... (2 Replies)
Discussion started by: nymus7
2 Replies

7. UNIX for Dummies Questions & Answers

FTP allo command

Hi there, It seems that the ftp command FTP: quote allo <byte size> does not initiate straight away? Why might this be, scenario below. I have had to up the byte limit in order to put a control file of 70K bytes on to a server. This placing of a control file is done at the beginning of a... (1 Reply)
Discussion started by: nhatch
1 Replies

8. UNIX for Dummies Questions & Answers

I need help concerning the FTP command

How can I use it to copy and get files from other machines. if anyone knows of this FTP command, please post all that you know about it here so I can learn more. (2 Replies)
Discussion started by: TRUEST
2 Replies

9. UNIX for Dummies Questions & Answers

mget (ftp command)

hey, I was wondering if its possible to use a complete path and file name using the mget command example mget /dir1/dir2/dir3/file.ext or get /dir1/dir2/dir3/file.ext because whenever i try its says file not found or permission denied..... but if i do cd dir1 cd dir2 cd dir3 mget... (2 Replies)
Discussion started by: Ganondorf
2 Replies
Login or Register to Ask a Question