[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] [How File Transfer Using ftp]



on Manual i saw
File Transfer Using a URL

should_transfer_files = YES
when_to_transfer_output = ON_EXIT
output_destination = urltype://path/to/destination/directory


so i tried ftp and got error
--submit file-----
universe = vanilla
Executable = test
#Arguments = 4 10
Log = simple.log
Output = simple.out
Error = simple.error
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
output_destination = ftp://10.1.1.85/ 
transfer_output_files=simple.log
Queue

---log---------------
007 (005.000.000) 07/14 23:12:14 Shadow exception!
Error from slot1@node75: STARTER at 10.1.1.75 failed to send file(s) to <10.1.1.85:45583>: error sending /var/lib/condor/execute/dir_4999/simple.log: FILETRANSFER:1:non-zero exit(65280) from /usr/libexec/condor/curl_plugin; SHADOW failed to receive file(s) from <10.1.1.75:53203>
0 - Run Bytes Sent By Job
7271 - Run Bytes Received By Job
...
012 (005.000.000) 07/14 23:12:14 Job was held.
Error from slot1@node75: STARTER at 10.1.1.75 failed to send file(s) to <10.1.1.85:45583>: error sending /var/lib/condor/execute/dir_4999/simple.log: FILETRANSFER:1:non-zero exit(65280) from /usr/libexec/condor/curl_plugin; SHADOW failed to receive file(s) from <10.1.1.75:53203>
Code 13 Subcode 29007 (005.000.000) 07/14 23:12:14 Shadow exception!
Error from slot1@node75: STARTER at 10.1.1.75 failed to send file(s) to <10.1.1.85:45583>: error sending /var/lib/condor/execute/dir_4999/simple.log: FILETRANSFER:1:non-zero exit(65280) from /usr/libexec/condor/curl_plugin; SHADOW failed to receive file(s) from <10.1.1.75:53203>
0 - Run Bytes Sent By Job
7271 - Run Bytes Received By Job
...
-----------------------

i think it's my vsftpd's configure is incorrect. and wheni try the command: "ftp localhost" or "ftp IP", i must enter the username to login
so what's your ftp server? vsftpd or?
and how to configure ftp?