Product SiteDocumentation Site

21.7.2. Testing the Upload Method

Test your upload method from a client system to ensure that it works. For example, upload a file using the interactive FTP client:
~]$ ftp
ftp> open SERVERNAME
Name: USERNAME
Password: PASSWORD
ftp> cd /var/spool/abrt-upload
250 Operation successful 
ftp> put TESTFILE
ftp> quit
Check whether TESTFILE appeared in the correct directory on the server system.